is not current version
Last Version 6.3.1

biz.aQute.bnd:biz.aQute.remote.api 3.2.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

GroupId

GroupId

biz.aQute.bnd
ArtifactId

ArtifactId

biz.aQute.remote.api
Version

Version

3.2.0
Type

Type

jar

Download biz.aQute.remote.api 3.2.0


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