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-4.0.0-M4.pom download
Apache Maven
<dependency>
  <groupId>com.sun.xml.bind.mvn</groupId>
  <artifactId>osgi-tests</artifactId>
  <version>4.0.0-M4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.sun.xml.bind.mvn:osgi-tests:4.0.0-M4'
Gradle Kotlin
implementation("com.sun.xml.bind.mvn:osgi-tests:4.0.0-M4")
Scala SBT
libraryDependencies += "com.sun.xml.bind.mvn" % "osgi-tests" % "4.0.0-M4"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.xml.bind.mvn', module='osgi-tests', version='4.0.0-M4')
)
Apache Ivy
<dependency org="com.sun.xml.bind.mvn" name="osgi-tests" rev="4.0.0-M4" />
Leiningen
[com.sun.xml.bind.mvn/osgi-tests "4.0.0-M4"]
Apache Buildr
'com.sun.xml.bind.mvn:osgi-tests:jar:4.0.0-M4'