文件下载
文件名 操作
osgi-test-runtime-3.0.1-b02.jar 下载
osgi-test-runtime-3.0.1-b02.pom 下载
osgi-test-runtime-3.0.1-b02-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.glassfish.jaxb</groupId>
  <artifactId>osgi-test-runtime</artifactId>
  <version>3.0.1-b02</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.jaxb:osgi-test-runtime:3.0.1-b02'
Gradle Kotlin
implementation("org.glassfish.jaxb:osgi-test-runtime:3.0.1-b02")
Scala SBT
libraryDependencies += "org.glassfish.jaxb" % "osgi-test-runtime" % "3.0.1-b02"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.jaxb', module='osgi-test-runtime', version='3.0.1-b02')
)
Apache Ivy
<dependency org="org.glassfish.jaxb" name="osgi-test-runtime" rev="3.0.1-b02" />
Leiningen
[org.glassfish.jaxb/osgi-test-runtime "3.0.1-b02"]
Apache Buildr
'org.glassfish.jaxb:osgi-test-runtime:jar:3.0.1-b02'