| Лицензия |
Лицензия
(Apache-2.0 OR EPL-2.0)
|
|---|---|
| Группа | Группаbiz.aQute.bnd |
| Идентификатор | Идентификаторbiz.aQute.remote.api |
| Версия | Версия6.0.0 |
| Тип | Типjar |
| Описание |
Описаниеbiz.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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| biz.aQute.remote.api-6.0.0.pom | |
| biz.aQute.remote.api-6.0.0.jar | 338 KB |
| biz.aQute.remote.api-6.0.0-sources.jar | 105 KB |
| biz.aQute.remote.api-6.0.0-javadoc.jar | 58 KB |
| Обзор |
<!-- 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute.bnd/biz.aQute.remote.api/
implementation 'biz.aQute.bnd:biz.aQute.remote.api:6.0.0'
// https://jarcasting.com/artifacts/biz.aQute.bnd/biz.aQute.remote.api/
implementation ("biz.aQute.bnd:biz.aQute.remote.api:6.0.0")
'biz.aQute.bnd:biz.aQute.remote.api:jar:6.0.0'
<dependency org="biz.aQute.bnd" name="biz.aQute.remote.api" rev="6.0.0">
<artifact name="biz.aQute.remote.api" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute.bnd', module='biz.aQute.remote.api', version='6.0.0')
)
libraryDependencies += "biz.aQute.bnd" % "biz.aQute.remote.api" % "6.0.0"
[biz.aQute.bnd/biz.aQute.remote.api "6.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| biz.aQute.bnd : biz.aQute.bnd.util | jar | 6.0.0 |
| biz.aQute.bnd : biz.aQute.bndlib | jar | 6.0.0 |
| org.apache.felix : org.apache.felix.gogo.runtime | jar | 1.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.osgi : osgi.core | jar | 6.0.0 |