| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGeronimo Контейнер Application Servers |
| Группа | Группаorg.apache.geronimo.specs |
| Идентификатор | Идентификаторgeronimo-osgi-locator-itests |
| Последняя версия | Последняя версия1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache Geronimo OSGi Locator integration tests
This project contains integration tests to ensure that the code
in the locator will function correctly if used outside of an OSGi framework.
These tests will have no dependnecies on any OSGi classes when run, and should
function without error.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.specs/geronimo-osgi-locator-itests/ -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-osgi-locator-itests</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.specs/geronimo-osgi-locator-itests/
implementation 'org.apache.geronimo.specs:geronimo-osgi-locator-itests:1.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.specs/geronimo-osgi-locator-itests/
implementation ("org.apache.geronimo.specs:geronimo-osgi-locator-itests:1.1")
'org.apache.geronimo.specs:geronimo-osgi-locator-itests:jar:1.1'
<dependency org="org.apache.geronimo.specs" name="geronimo-osgi-locator-itests" rev="1.1">
<artifact name="geronimo-osgi-locator-itests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.specs', module='geronimo-osgi-locator-itests', version='1.1')
)
libraryDependencies += "org.apache.geronimo.specs" % "geronimo-osgi-locator-itests" % "1.1"
[org.apache.geronimo.specs/geronimo-osgi-locator-itests "1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.geronimo.specs : geronimo-osgi-locator | jar | 1.1 |
| org.apache.geronimo.specs : geronimo-osgi-itesta | jar | 1.1 |
| org.apache.geronimo.specs : geronimo-osgi-itestb | jar | 1.1 |
| junit : junit | jar | 4.5 |