MVN

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

Maven & Gradle

Jul 19, 2011

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.

<dependency>
    <groupId>org.apache.geronimo.specs</groupId>
    <artifactId>geronimo-osgi-locator-itests</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.geronimo.specs : geronimo-osgi-locator-itests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of org.apache.geronimo.specs : geronimo-osgi-locator-itests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
geronimo-osgi-locator-itests-1.1
1.0
geronimo-osgi-locator-itests-1.0

How to add a dependency to Maven

Add the following org.apache.geronimo.specs : geronimo-osgi-locator-itests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.geronimo.specs</groupId>
    <artifactId>geronimo-osgi-locator-itests</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.geronimo.specs : geronimo-osgi-locator-itests gradle dependency to your build.gradle file:

implementation 'org.apache.geronimo.specs:geronimo-osgi-locator-itests:1.1'

Gradle Kotlin DSL: Add the following org.apache.geronimo.specs : geronimo-osgi-locator-itests gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.geronimo.specs:geronimo-osgi-locator-itests:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.geronimo.specs : geronimo-osgi-locator-itests sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.geronimo.specs" % "geronimo-osgi-locator-itests" % "1.1"