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