Jar Jar Links

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

License

License

GroupId

GroupId

com.googlecode.jarjar
ArtifactId

ArtifactId

jarjar
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Source Code Management

http://code.google.com/p/jarjar/source/checkout

Download jarjar

How to add to project

<!-- https://jarcasting.com/artifacts/com.googlecode.jarjar/jarjar/ -->
<dependency>
    <groupId>com.googlecode.jarjar</groupId>
    <artifactId>jarjar</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jarjar/jarjar/
implementation 'com.googlecode.jarjar:jarjar:1.3'
// https://jarcasting.com/artifacts/com.googlecode.jarjar/jarjar/
implementation ("com.googlecode.jarjar:jarjar:1.3")
'com.googlecode.jarjar:jarjar:jar:1.3'
<dependency org="com.googlecode.jarjar" name="jarjar" rev="1.3">
  <artifact name="jarjar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jarjar', module='jarjar', version='1.3')
)
libraryDependencies += "com.googlecode.jarjar" % "jarjar" % "1.3"
[com.googlecode.jarjar/jarjar "1.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.1