b

biz.aQute.remote.agent

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.
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.agent-7.0.0.jar download
biz.aQute.remote.agent-7.0.0.pom download
biz.aQute.remote.agent-7.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>biz.aQute.bnd</groupId>
  <artifactId>biz.aQute.remote.agent</artifactId>
  <version>7.0.0</version>
</dependency>
Gradle Groovy
implementation 'biz.aQute.bnd:biz.aQute.remote.agent:7.0.0'
Gradle Kotlin
implementation("biz.aQute.bnd:biz.aQute.remote.agent:7.0.0")
Scala SBT
libraryDependencies += "biz.aQute.bnd" % "biz.aQute.remote.agent" % "7.0.0"
Groovy Grape
@Grapes(
  @Grab(group='biz.aQute.bnd', module='biz.aQute.remote.agent', version='7.0.0')
)
Apache Ivy
<dependency org="biz.aQute.bnd" name="biz.aQute.remote.agent" rev="7.0.0" />
Leiningen
[biz.aQute.bnd/biz.aQute.remote.agent "7.0.0"]
Apache Buildr
'biz.aQute.bnd:biz.aQute.remote.agent:jar:7.0.0'