is not current version
Last Version 1.82

com.github.vlsi.gradle:jandex-plugin 1.72

Builds Jandex index for Java class files

Categories

Categories

Gradle Build Tools Dex General Purpose Libraries Utility
GroupId

GroupId

com.github.vlsi.gradle
ArtifactId

ArtifactId

jandex-plugin
Version

Version

1.72
Type

Type

jar

Download jandex-plugin 1.72


<!-- https://jarcasting.com/artifacts/com.github.vlsi.gradle/jandex-plugin/ -->
<dependency>
    <groupId>com.github.vlsi.gradle</groupId>
    <artifactId>jandex-plugin</artifactId>
    <version>1.72</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vlsi.gradle/jandex-plugin/
implementation 'com.github.vlsi.gradle:jandex-plugin:1.72'
// https://jarcasting.com/artifacts/com.github.vlsi.gradle/jandex-plugin/
implementation ("com.github.vlsi.gradle:jandex-plugin:1.72")
'com.github.vlsi.gradle:jandex-plugin:jar:1.72'
<dependency org="com.github.vlsi.gradle" name="jandex-plugin" rev="1.72">
  <artifact name="jandex-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vlsi.gradle', module='jandex-plugin', version='1.72')
)
libraryDependencies += "com.github.vlsi.gradle" % "jandex-plugin" % "1.72"
[com.github.vlsi.gradle/jandex-plugin "1.72"]