| License |
License |
|---|---|
| GroupId | GroupIdcom.sun.xml.bind.mvn |
| ArtifactId | ArtifactIdtests |
| Version | Version4.0.0-M4 |
| Type | Typejar |
| Description |
DescriptionJAXB OSGi Tests
Tests for JAXB RI OSGi bundles.
They should be in separate module because of dependency-hell of osgi and extra-osgi modules.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tests-4.0.0-M4.pom | |
| tests-4.0.0-M4.jar | 5 KB |
| tests-4.0.0-M4-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/tests/ -->
<dependency>
<groupId>com.sun.xml.bind.mvn</groupId>
<artifactId>tests</artifactId>
<version>4.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/tests/
implementation 'com.sun.xml.bind.mvn:tests:4.0.0-M4'
// https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/tests/
implementation ("com.sun.xml.bind.mvn:tests:4.0.0-M4")
'com.sun.xml.bind.mvn:tests:jar:4.0.0-M4'
<dependency org="com.sun.xml.bind.mvn" name="tests" rev="4.0.0-M4">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.bind.mvn', module='tests', version='4.0.0-M4')
)
libraryDependencies += "com.sun.xml.bind.mvn" % "tests" % "4.0.0-M4"
[com.sun.xml.bind.mvn/tests "4.0.0-M4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.xml.bind : jaxb-osgi | jar | 4.0.0-M4 |