License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Dex General Purpose Libraries Utility |
GroupId | GroupIdorg.jboss |
ArtifactId | ArtifactIdjandex |
Last Version | Last Version2.4.2.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Annotation Indexer
Parent POM for JBoss projects. Provides default project build configuration.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jandex-2.4.2.Final.pom | |
jandex-2.4.2.Final.jar | 69 KB |
jandex-2.4.2.Final-sources.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss/jandex/ -->
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jandex</artifactId>
<version>2.4.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss/jandex/
implementation 'org.jboss:jandex:2.4.2.Final'
// https://jarcasting.com/artifacts/org.jboss/jandex/
implementation ("org.jboss:jandex:2.4.2.Final")
'org.jboss:jandex:jar:2.4.2.Final'
<dependency org="org.jboss" name="jandex" rev="2.4.2.Final">
<artifact name="jandex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss', module='jandex', version='2.4.2.Final')
)
libraryDependencies += "org.jboss" % "jandex" % "2.4.2.Final"
[org.jboss/jandex "2.4.2.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant Optional | jar | 1.10.11 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.jboss.jandex : typeannotation-test | jar | 1.10 |
net.bytebuddy : byte-buddy | jar | 1.10.3 |