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