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