MVN

biz.aQute.bnd : biz.aQute.remote.main

Maven & Gradle

Jun 08, 2023
2 usages
523 stars

biz.aQute.remote.main · 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.

<dependency>
    <groupId>biz.aQute.bnd</groupId>
    <artifactId>biz.aQute.remote.main</artifactId>
    <version>6.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of biz.aQute.bnd : biz.aQute.remote.main to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.4.1

All Versions

Choose a version of biz.aQute.bnd : biz.aQute.remote.main to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.4.x
biz.aQute.remote.main-6.4.1
biz.aQute.remote.main-6.4.0
6.3.x
biz.aQute.remote.main-6.3.1
biz.aQute.remote.main-6.3.0
6.2.x
biz.aQute.remote.main-6.2.0
6.1.x
biz.aQute.remote.main-6.1.0
6.0.x
biz.aQute.remote.main-6.0.0
5.3.x
biz.aQute.remote.main-5.3.0
5.2.x
biz.aQute.remote.main-5.2.0
5.1.x
biz.aQute.remote.main-5.1.2
biz.aQute.remote.main-5.1.1
biz.aQute.remote.main-5.1.0
5.0.x
biz.aQute.remote.main-5.0.1
biz.aQute.remote.main-5.0.0
4.3.x
biz.aQute.remote.main-4.3.1
biz.aQute.remote.main-4.3.0
4.2.x
biz.aQute.remote.main-4.2.0
4.1.x
biz.aQute.remote.main-4.1.0
4.0.x
biz.aQute.remote.main-4.0.0
3.5.x
biz.aQute.remote.main-3.5.0
3.4.x
biz.aQute.remote.main-3.4.0
3.3.x
biz.aQute.remote.main-3.3.0
3.2.x
biz.aQute.remote.main-3.2.0

How to add a dependency to Maven

Add the following biz.aQute.bnd : biz.aQute.remote.main maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>biz.aQute.bnd</groupId>
    <artifactId>biz.aQute.remote.main</artifactId>
    <version>6.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following biz.aQute.bnd : biz.aQute.remote.main gradle dependency to your build.gradle file:

implementation 'biz.aQute.bnd:biz.aQute.remote.main:6.4.1'

Gradle Kotlin DSL: Add the following biz.aQute.bnd : biz.aQute.remote.main gradle kotlin dependency to your build.gradle.kts file:

implementation("biz.aQute.bnd:biz.aQute.remote.main:6.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following biz.aQute.bnd : biz.aQute.remote.main sbt scala dependency to your build.sbt file:

libraryDependencies += "biz.aQute.bnd" % "biz.aQute.remote.main" % "6.4.1"

Advertisement

Dependencies from Group

Jun 08, 2023
544 usages
523 stars
Nov 06, 2014
149 usages
493 stars
Jun 08, 2023
51 usages
523 stars
Jun 08, 2023
49 usages
523 stars
Jun 08, 2023
49 usages
523 stars

Discover Dependencies