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