You can download jandex-1.1.0.final.jar in this page.
AL 2.0
jandex-1.1.0.final.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF META-INF/maven/org.jboss/jandex/pom.properties META-INF/maven/org.jboss/jandex/pom.xml org.jboss.jandex.AnnotationInstance.class org.jboss.jandex.AnnotationTarget.class org.jboss.jandex.AnnotationValue.class org.jboss.jandex.ClassInfo.class org.jboss.jandex.CompositeIndex.class org.jboss.jandex.DotName.class org.jboss.jandex.FieldInfo.class org.jboss.jandex.Index.class org.jboss.jandex.IndexReader.class org.jboss.jandex.IndexView.class org.jboss.jandex.IndexWriter.class org.jboss.jandex.Indexer.class org.jboss.jandex.JandexAntTask.class org.jboss.jandex.JarIndexer.class org.jboss.jandex.Main.class org.jboss.jandex.MethodInfo.class org.jboss.jandex.MethodParameterInfo.class org.jboss.jandex.PackedDataInputStream.class org.jboss.jandex.PackedDataOutputStream.class org.jboss.jandex.Result.class org.jboss.jandex.StrongInternPool.class org.jboss.jandex.Type.class org.jboss.jandex.UnsupportedVersion.class
jandex-1.1.0.final.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jboss</groupId> <artifactId>jboss-parent</artifactId> <version>5</version> </parent> <groupId>org.jboss</groupId> <artifactId>jandex</artifactId> <version>1.1.0.Final</version> <name>Java Annotation Indexer</name> <licenses> <license> <name>AL 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.1</version> <configuration> <debug>true</debug> <source>1.6</source> <target>1.6</target> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.3.1</version> <configuration> <archive> <index>true</index> <manifest> <mainClass>org.jboss.jandex.Main</mainClass> </manifest> </archive> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.7</version> <type>jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.8.1</version> <scope>provided</scope> <optional>true</optional> </dependency> </dependencies> </project>
<dependency> <groupId>org.jboss</groupId> <artifactId>jandex</artifactId> <version>1.1.0.final</version> </dependency>
If you think the following jandex-1.1.0.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jandex-1.1.0.final.jar file