не последняя версия
Последняя версия 6.3.1

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

Группа

Группа

biz.aQute.bnd
Идентификатор

Идентификатор

biz.aQute.remote.api
Версия

Версия

3.4.0
Тип

Тип

jar

Скачать biz.aQute.remote.api 3.4.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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute.bnd/biz.aQute.remote.api/
implementation 'biz.aQute.bnd:biz.aQute.remote.api:3.4.0'
// https://jarcasting.com/artifacts/biz.aQute.bnd/biz.aQute.remote.api/
implementation ("biz.aQute.bnd:biz.aQute.remote.api:3.4.0")
'biz.aQute.bnd:biz.aQute.remote.api:jar:3.4.0'
<dependency org="biz.aQute.bnd" name="biz.aQute.remote.api" rev="3.4.0">
  <artifact name="biz.aQute.remote.api" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute.bnd', module='biz.aQute.remote.api', version='3.4.0')
)
libraryDependencies += "biz.aQute.bnd" % "biz.aQute.remote.api" % "3.4.0"
[biz.aQute.bnd/biz.aQute.remote.api "3.4.0"]