h

hawkbit-sdk-device

Device SDK that could be used for development of devices on JVM based languages
EPL-2.0
Files download
File Operation
hawkbit-sdk-device-0.6.1.jar download
hawkbit-sdk-device-0.6.1.pom download
hawkbit-sdk-device-0.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.hawkbit</groupId>
  <artifactId>hawkbit-sdk-device</artifactId>
  <version>0.6.1</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hawkbit:hawkbit-sdk-device:0.6.1'
Gradle Kotlin
implementation("org.eclipse.hawkbit:hawkbit-sdk-device:0.6.1")
Scala SBT
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-sdk-device" % "0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hawkbit', module='hawkbit-sdk-device', version='0.6.1')
)
Apache Ivy
<dependency org="org.eclipse.hawkbit" name="hawkbit-sdk-device" rev="0.6.1" />
Leiningen
[org.eclipse.hawkbit/hawkbit-sdk-device "0.6.1"]
Apache Buildr
'org.eclipse.hawkbit:hawkbit-sdk-device:jar:0.6.1'