Download indexer-artifact-5.0.0.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.0.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials