o

osgi-tests

Modules generate jars used for testing valid osgi manifests
Files download
File Operation
osgi-tests-2.3.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.sun.xml.bind.mvn</groupId>
  <artifactId>osgi-tests</artifactId>
  <version>2.3.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.sun.xml.bind.mvn:osgi-tests:2.3.0.1'
Gradle Kotlin
implementation("com.sun.xml.bind.mvn:osgi-tests:2.3.0.1")
Scala SBT
libraryDependencies += "com.sun.xml.bind.mvn" % "osgi-tests" % "2.3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.xml.bind.mvn', module='osgi-tests', version='2.3.0.1')
)
Apache Ivy
<dependency org="com.sun.xml.bind.mvn" name="osgi-tests" rev="2.3.0.1" />
Leiningen
[com.sun.xml.bind.mvn/osgi-tests "2.3.0.1"]
Apache Buildr
'com.sun.xml.bind.mvn:osgi-tests:jar:2.3.0.1'