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