h

hawkbit-sdk-commons

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