o

osgi-tests

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