h

hawkbit-mgmt-api

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