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