b

biz.aQute.remote.api

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.
https://bnd.bndtools.org/
(Apache-2.0 OR EPL-2.0)
Bndtools
Peter Kriens BJ Hargrave Ray Augé
Files download
File Operation
biz.aQute.remote.api-7.0.0.jar download
biz.aQute.remote.api-7.0.0.pom download
biz.aQute.remote.api-7.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>biz.aQute.bnd</groupId>
  <artifactId>biz.aQute.remote.api</artifactId>
  <version>7.0.0</version>
</dependency>
Gradle Groovy
implementation 'biz.aQute.bnd:biz.aQute.remote.api:7.0.0'
Gradle Kotlin
implementation("biz.aQute.bnd:biz.aQute.remote.api:7.0.0")
Scala SBT
libraryDependencies += "biz.aQute.bnd" % "biz.aQute.remote.api" % "7.0.0"
Groovy Grape
@Grapes(
  @Grab(group='biz.aQute.bnd', module='biz.aQute.remote.api', version='7.0.0')
)
Apache Ivy
<dependency org="biz.aQute.bnd" name="biz.aQute.remote.api" rev="7.0.0" />
Leiningen
[biz.aQute.bnd/biz.aQute.remote.api "7.0.0"]
Apache Buildr
'biz.aQute.bnd:biz.aQute.remote.api:jar:7.0.0'