t

tests

Tests for JAXB RI OSGi bundles. They should be in separate module because of dependency-hell of osgi and extra-osgi modules.
https://eclipse-ee4j.github.io/jaxb-ri/
文件下载
文件名 操作
tests-4.0.0.jar 下载
tests-4.0.0.pom 下载
tests-4.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cn.lzgabel.jaxb.xml.bind.mvn</groupId>
  <artifactId>tests</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'cn.lzgabel.jaxb.xml.bind.mvn:tests:4.0.0'
Gradle Kotlin
implementation("cn.lzgabel.jaxb.xml.bind.mvn:tests:4.0.0")
Scala SBT
libraryDependencies += "cn.lzgabel.jaxb.xml.bind.mvn" % "tests" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='cn.lzgabel.jaxb.xml.bind.mvn', module='tests', version='4.0.0')
)
Apache Ivy
<dependency org="cn.lzgabel.jaxb.xml.bind.mvn" name="tests" rev="4.0.0" />
Leiningen
[cn.lzgabel.jaxb.xml.bind.mvn/tests "4.0.0"]
Apache Buildr
'cn.lzgabel.jaxb.xml.bind.mvn:tests:jar:4.0.0'