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