Download jarjar-0.6.jar file - Jar j

Jar examples for j:jarjar

Description

Jar Jar Links is a utility that makes it easy to repackage Java libraries and embed them into your own distribution.

You can download jar file jarjar 0.6 in this page.

License

Apache License version 2.0

Build File

You can use the following script to add jarjar-0.6.jar to your project.

<dependency>
   <groupId>com.tonicsystems</groupId>
   <artifactId>jarjar</artifactId>
   <version>0.6</version>
</dependency>
compile group: 'com.tonicsystems', name: 'jarjar', version: '0.6'
libraryDependencies += "com.tonicsystems" % "jarjar" % "0.6"
<dependency org="com.tonicsystems" name="jarjar" rev="0.6"/>
@Grapes(@Grab(group='com.tonicsystems', module='jarjar', version='0.6'))
'com.tonicsystems:jarjar:jar:0.6'

Download

Click the following link to download the jar file.

jarjar-0.6.jar
jarjar-0.6.pom



Related Tutorials