文件下载
文件名 操作
hawkbit-http-security-0.2.2.jar 下载
hawkbit-http-security-0.2.2.pom 下载
hawkbit-http-security-0.2.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.hawkbit</groupId>
  <artifactId>hawkbit-http-security</artifactId>
  <version>0.2.2</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hawkbit:hawkbit-http-security:0.2.2'
Gradle Kotlin
implementation("org.eclipse.hawkbit:hawkbit-http-security:0.2.2")
Scala SBT
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-http-security" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hawkbit', module='hawkbit-http-security', version='0.2.2')
)
Apache Ivy
<dependency org="org.eclipse.hawkbit" name="hawkbit-http-security" rev="0.2.2" />
Leiningen
[org.eclipse.hawkbit/hawkbit-http-security "0.2.2"]
Apache Buildr
'org.eclipse.hawkbit:hawkbit-http-security:jar:0.2.2'