| License |
License |
|---|---|
| GroupId | GroupIdcom.sun.xml.bind.mvn |
| ArtifactId | ArtifactIdtests |
| Version | Version3.0.2-b01 |
| 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-3.0.2-b01.pom | |
| tests-3.0.2-b01.jar | 5 KB |
| tests-3.0.2-b01-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>3.0.2-b01</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/tests/
implementation 'com.sun.xml.bind.mvn:tests:3.0.2-b01'
// https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/tests/
implementation ("com.sun.xml.bind.mvn:tests:3.0.2-b01")
'com.sun.xml.bind.mvn:tests:jar:3.0.2-b01'
<dependency org="com.sun.xml.bind.mvn" name="tests" rev="3.0.2-b01">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.bind.mvn', module='tests', version='3.0.2-b01')
)
libraryDependencies += "com.sun.xml.bind.mvn" % "tests" % "3.0.2-b01"
[com.sun.xml.bind.mvn/tests "3.0.2-b01"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.xml.bind : jaxb-osgi | jar | 3.0.2-b01 |