Categories |
CategoriesGradle Build Tools Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.github.vlsi.gradle |
ArtifactId | ArtifactIdjandex-plugin |
Version | Version1.75 |
Type | Typejar |
Filename | Size |
---|---|
jandex-plugin-1.75.pom | |
jandex-plugin-1.75.jar | 57 KB |
jandex-plugin-1.75-sources.jar | 12 KB |
jandex-plugin-1.75-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.75</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vlsi.gradle/jandex-plugin/
implementation 'com.github.vlsi.gradle:jandex-plugin:1.75'
// https://jarcasting.com/artifacts/com.github.vlsi.gradle/jandex-plugin/
implementation ("com.github.vlsi.gradle:jandex-plugin:1.75")
'com.github.vlsi.gradle:jandex-plugin:jar:1.75'
<dependency org="com.github.vlsi.gradle" name="jandex-plugin" rev="1.75">
<artifact name="jandex-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vlsi.gradle', module='jandex-plugin', version='1.75')
)
libraryDependencies += "com.github.vlsi.gradle" % "jandex-plugin" % "1.75"
[com.github.vlsi.gradle/jandex-plugin "1.75"]