is not current version
Last Version 4.0.0

com.sun.xml.bind.mvn:tests 2.4.0-b180725.0644

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.4.0-b180725.0644
Type

Type

jar

Download tests 2.4.0-b180725.0644


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