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