j

jarjar-command

Jar Jar Links is a utility that makes it easy to repackage Java libraries and embed them into your own distribution.
https://github.com/shevek/jarjar
Apache-2.0
Shevek
Files download
File Operation
jarjar-command-1.0.0.jar download
jarjar-command-1.0.0.pom download
jarjar-command-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.anarres.jarjar</groupId>
  <artifactId>jarjar-command</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.anarres.jarjar:jarjar-command:1.0.0'
Gradle Kotlin
implementation("org.anarres.jarjar:jarjar-command:1.0.0")
Scala SBT
libraryDependencies += "org.anarres.jarjar" % "jarjar-command" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.anarres.jarjar', module='jarjar-command', version='1.0.0')
)
Apache Ivy
<dependency org="org.anarres.jarjar" name="jarjar-command" rev="1.0.0" />
Leiningen
[org.anarres.jarjar/jarjar-command "1.0.0"]
Apache Buildr
'org.anarres.jarjar:jarjar-command:jar:1.0.0'