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