не последняя версия
Последняя версия 4.0.0

com.sun.xml.bind.mvn:tests 3.0.0-M5

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

Группа

Группа

com.sun.xml.bind.mvn
Идентификатор

Идентификатор

tests
Версия

Версия

3.0.0-M5
Тип

Тип

jar

Скачать tests 3.0.0-M5


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