m

maven-jaxb2-plugin-tests-two

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