Files download
File Operation
hawkbit-parent-0.5.0.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.hawkbit</groupId>
  <artifactId>hawkbit-parent</artifactId>
  <version>0.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hawkbit:hawkbit-parent:0.5.0'
Gradle Kotlin
implementation("org.eclipse.hawkbit:hawkbit-parent:0.5.0")
Scala SBT
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-parent" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hawkbit', module='hawkbit-parent', version='0.5.0')
)
Apache Ivy
<dependency org="org.eclipse.hawkbit" name="hawkbit-parent" rev="0.5.0" />
Leiningen
[org.eclipse.hawkbit/hawkbit-parent "0.5.0"]
Apache Buildr
'org.eclipse.hawkbit:hawkbit-parent:jar:0.5.0'