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