License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Dex General Purpose Libraries Utility |
GroupId | GroupIdcom.github.vlsi.gradle |
ArtifactId | ArtifactIdjandex-plugin |
Last Version | Last Version1.82 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJandex Gradle Plugin
Builds Jandex index for Java class files
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jandex-plugin-1.82.pom | |
jandex-plugin-1.82.jar | 53 KB |
jandex-plugin-1.82-sources.jar | 12 KB |
jandex-plugin-1.82-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vlsi.gradle/jandex-plugin/ -->
<dependency>
<groupId>com.github.vlsi.gradle</groupId>
<artifactId>jandex-plugin</artifactId>
<version>1.82</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vlsi.gradle/jandex-plugin/
implementation 'com.github.vlsi.gradle:jandex-plugin:1.82'
// https://jarcasting.com/artifacts/com.github.vlsi.gradle/jandex-plugin/
implementation ("com.github.vlsi.gradle:jandex-plugin:1.82")
'com.github.vlsi.gradle:jandex-plugin:jar:1.82'
<dependency org="com.github.vlsi.gradle" name="jandex-plugin" rev="1.82">
<artifact name="jandex-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vlsi.gradle', module='jandex-plugin', version='1.82')
)
libraryDependencies += "com.github.vlsi.gradle" % "jandex-plugin" % "1.82"
[com.github.vlsi.gradle/jandex-plugin "1.82"]