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