| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ops4j.pax.runner |
| Идентификатор | Идентификаторpax-runner-commons |
| Последняя версия | Последняя версия1.9.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеOPS4J Pax Runner - Commons
Pax Runner - Common utilities shared between modules. The jar is not required to be deployed alongside the artifacts
that uses parts of it. The used parts are embeded into the artifact via maven depenency plugin + maven bundle
plugin.
See details at http://wiki.ops4j.org/confluence/x/A4A6.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| pax-runner-commons-1.9.0.pom | |
| pax-runner-commons-1.9.0.jar | 4 KB |
| pax-runner-commons-1.9.0-sources.jar | 3 KB |
| pax-runner-commons-1.9.0-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.runner/pax-runner-commons/ -->
<dependency>
<groupId>org.ops4j.pax.runner</groupId>
<artifactId>pax-runner-commons</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.runner/pax-runner-commons/
implementation 'org.ops4j.pax.runner:pax-runner-commons:1.9.0'
// https://jarcasting.com/artifacts/org.ops4j.pax.runner/pax-runner-commons/
implementation ("org.ops4j.pax.runner:pax-runner-commons:1.9.0")
'org.ops4j.pax.runner:pax-runner-commons:jar:1.9.0'
<dependency org="org.ops4j.pax.runner" name="pax-runner-commons" rev="1.9.0">
<artifact name="pax-runner-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.runner', module='pax-runner-commons', version='1.9.0')
)
libraryDependencies += "org.ops4j.pax.runner" % "pax-runner-commons" % "1.9.0"
[org.ops4j.pax.runner/pax-runner-commons "1.9.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.ops4j.pax.swissbox : pax-swissbox-optional-jcl | jar | 1.8.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.osgi : org.osgi.core | jar | 4.3.1 |
| org.osgi : org.osgi.compendium | jar | 4.3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.4 |
| org.easymock : easymock | jar | 2.3 |