Download indexer-artifact-5.1.1.jar file - Jar i

Jar examples for i:indexer-artifact

Description

Indexer Artifact Utils module contains small set of reusable utilities, mostly artifact, path and their two way conversion related.

You can download jar file indexer-artifact 5.1.1 in this page.

License

Apache License

Build File

You can use the following script to add indexer-artifact-5.1.1.jar to your project.

<dependency>
   <groupId>org.apache.maven.indexer</groupId>
   <artifactId>indexer-artifact</artifactId>
   <version>5.1.1</version>
</dependency>
compile group: 'org.apache.maven.indexer', name: 'indexer-artifact', version: '5.1.1'
libraryDependencies += "org.apache.maven.indexer" % "indexer-artifact" % "5.1.1"
<dependency org="org.apache.maven.indexer" name="indexer-artifact" rev="5.1.1"/>
@Grapes(@Grab(group='org.apache.maven.indexer', module='indexer-artifact', version='5.1.1'))
'org.apache.maven.indexer:indexer-artifact:jar:5.1.1'

Download

Click the following link to download the jar file.

indexer-artifact-5.1.1-javadoc.jar
indexer-artifact-5.1.1-sources.jar
indexer-artifact-5.1.1.jar
indexer-artifact-5.1.1.pom



Related Tutorials