is not current version
Last Version 6.3.1

biz.aQute.bnd:biz.aQute.remote.main 5.0.0

A main program (executable JAR) that will listen to port 29998. At first, it can only answer that it is an Envoy (a limited agent). The only function it supports is installing a -runpath. It will then create a framework + agent and transfer the connection to the just installed agent who will then install the bundles. This JAR is a main command for JPM called bndremote. In JPM, it will start up with debug enabled. This JAR does some highly complicated class loading wizardy to ensure that it does not enforce any constraints on the -runpath.

GroupId

GroupId

biz.aQute.bnd
ArtifactId

ArtifactId

biz.aQute.remote.main
Version

Version

5.0.0
Type

Type

jar

Download biz.aQute.remote.main 5.0.0


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