License |
License |
---|---|
Categories |
CategoriesGeronimo Container Application Servers |
GroupId | GroupIdorg.apache.geronimo.specs |
ArtifactId | ArtifactIdgeronimo-osgi-locator-itests |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache 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.
|
Project Organization |
Project Organization |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |