is not current version
Last Version 1.1

org.apache.geronimo.specs:geronimo-osgi-locator-itests 1.0

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.

Categories

Categories

Geronimo Container Application Servers
GroupId

GroupId

org.apache.geronimo.specs
ArtifactId

ArtifactId

geronimo-osgi-locator-itests
Version

Version

1.0
Type

Type

jar

Download geronimo-osgi-locator-itests 1.0


<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.specs/geronimo-osgi-locator-itests/
implementation 'org.apache.geronimo.specs:geronimo-osgi-locator-itests:1.0'
// https://jarcasting.com/artifacts/org.apache.geronimo.specs/geronimo-osgi-locator-itests/
implementation ("org.apache.geronimo.specs:geronimo-osgi-locator-itests:1.0")
'org.apache.geronimo.specs:geronimo-osgi-locator-itests:jar:1.0'
<dependency org="org.apache.geronimo.specs" name="geronimo-osgi-locator-itests" rev="1.0">
  <artifact name="geronimo-osgi-locator-itests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.specs', module='geronimo-osgi-locator-itests', version='1.0')
)
libraryDependencies += "org.apache.geronimo.specs" % "geronimo-osgi-locator-itests" % "1.0"
[org.apache.geronimo.specs/geronimo-osgi-locator-itests "1.0"]