j

jandex-parent

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