o

osgi-tests

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