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