is not current version
Last Version 4.0.0

com.sun.xml.bind.mvn:tests 2.3.3-b02

Tests for JAXB RI OSGi bundles. They should be in separate module because of dependency-hell of osgi and extra-osgi modules.

GroupId

GroupId

com.sun.xml.bind.mvn
ArtifactId

ArtifactId

tests
Version

Version

2.3.3-b02
Type

Type

jar

Download tests 2.3.3-b02


<!-- https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/tests/ -->
<dependency>
    <groupId>com.sun.xml.bind.mvn</groupId>
    <artifactId>tests</artifactId>
    <version>2.3.3-b02</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/tests/
implementation 'com.sun.xml.bind.mvn:tests:2.3.3-b02'
// https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/tests/
implementation ("com.sun.xml.bind.mvn:tests:2.3.3-b02")
'com.sun.xml.bind.mvn:tests:jar:2.3.3-b02'
<dependency org="com.sun.xml.bind.mvn" name="tests" rev="2.3.3-b02">
  <artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.bind.mvn', module='tests', version='2.3.3-b02')
)
libraryDependencies += "com.sun.xml.bind.mvn" % "tests" % "2.3.3-b02"
[com.sun.xml.bind.mvn/tests "2.3.3-b02"]