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