License |
License
(Apache-2.0 OR EPL-2.0)
|
---|---|
GroupId | GroupIdbiz.aQute.bnd |
ArtifactId | ArtifactIdbiz.aQute.remote.api |
Version | Version6.2.0 |
Type | Typejar |
Description |
Descriptionbiz.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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
biz.aQute.remote.api-6.2.0.pom | |
biz.aQute.remote.api-6.2.0.jar | 348 KB |
biz.aQute.remote.api-6.2.0-sources.jar | 107 KB |
biz.aQute.remote.api-6.2.0-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/biz.aQute.bnd/biz.aQute.remote.api/ -->
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.remote.api</artifactId>
<version>6.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute.bnd/biz.aQute.remote.api/
implementation 'biz.aQute.bnd:biz.aQute.remote.api:6.2.0'
// https://jarcasting.com/artifacts/biz.aQute.bnd/biz.aQute.remote.api/
implementation ("biz.aQute.bnd:biz.aQute.remote.api:6.2.0")
'biz.aQute.bnd:biz.aQute.remote.api:jar:6.2.0'
<dependency org="biz.aQute.bnd" name="biz.aQute.remote.api" rev="6.2.0">
<artifact name="biz.aQute.remote.api" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute.bnd', module='biz.aQute.remote.api', version='6.2.0')
)
libraryDependencies += "biz.aQute.bnd" % "biz.aQute.remote.api" % "6.2.0"
[biz.aQute.bnd/biz.aQute.remote.api "6.2.0"]
Group / Artifact | Type | Version |
---|---|---|
biz.aQute.bnd : biz.aQute.bnd.util | jar | 6.2.0 |
biz.aQute.bnd : biz.aQute.bndlib | jar | 6.2.0 |
org.apache.felix : org.apache.felix.gogo.runtime | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.osgi : osgi.annotation | jar | 8.1.0 |
org.osgi : osgi.core | jar | 6.0.0 |