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/
Files download
File Operation
tests-4.0.5.jar download
tests-4.0.5.pom download
tests-4.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sun.xml.bind.mvn</groupId>
  <artifactId>tests</artifactId>
  <version>4.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.sun.xml.bind.mvn:tests:4.0.5'
Gradle Kotlin
implementation("com.sun.xml.bind.mvn:tests:4.0.5")
Scala SBT
libraryDependencies += "com.sun.xml.bind.mvn" % "tests" % "4.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.xml.bind.mvn', module='tests', version='4.0.5')
)
Apache Ivy
<dependency org="com.sun.xml.bind.mvn" name="tests" rev="4.0.5" />
Leiningen
[com.sun.xml.bind.mvn/tests "4.0.5"]
Apache Buildr
'com.sun.xml.bind.mvn:tests:jar:4.0.5'