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