is not current version
Last Version 6.3.1

biz.aQute.bnd:biz.aQute.remote.agent 3.2.0

This bundle acts as an agent for the remote launching architecture. When started, it will bind to port 29998 and listens for incoming requests. When this port is accessed, it will open a link that allows it to act as an OSGi management agent that is remotely controlled. When this connection is closed, it will remove all bundles that were installed through this connection. The protocol is highly optimized to make this also work for small devices and slow connections.

GroupId

GroupId

biz.aQute.bnd
ArtifactId

ArtifactId

biz.aQute.remote.agent
Version

Version

3.2.0
Type

Type

jar

Download biz.aQute.remote.agent 3.2.0


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