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