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