is not current version
Last Version 3.5.0

biz.aQute.bnd:biz.aQute.jpm.run 3.2.0

jpm4j is Just another Package Manager for Java. It stills the envy of all Java developers of Ruby with their Gems, Perl with its cpan, and Python with its pips. jpm makes it very easy to deploy Java applications on a myriad of platforms. This program is the command line application that performs the front end of the https://www.jpm4j.org website. It provides full access to the repository index (i.e. jpm find osgi), it can be used to install, etc. Use jpm help to see all the commands.

GroupId

GroupId

biz.aQute.bnd
ArtifactId

ArtifactId

biz.aQute.jpm.run
Version

Version

3.2.0
Type

Type

jar

Download biz.aQute.jpm.run 3.2.0


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