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