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