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