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