| License |
License |
|---|---|
| GroupId | GroupIdcom.sun.xml.bind.mvn |
| ArtifactId | ArtifactIdosgi-tests |
| Version | Version3.0.2 |
| Type | Typepom |
| Description |
DescriptionParent for osgi testing modules.
Modules generate jars used for testing valid osgi manifests
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| osgi-tests-3.0.2.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/osgi-tests/ -->
<dependency>
<groupId>com.sun.xml.bind.mvn</groupId>
<artifactId>osgi-tests</artifactId>
<version>3.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/osgi-tests/
implementation 'com.sun.xml.bind.mvn:osgi-tests:3.0.2'
// https://jarcasting.com/artifacts/com.sun.xml.bind.mvn/osgi-tests/
implementation ("com.sun.xml.bind.mvn:osgi-tests:3.0.2")
'com.sun.xml.bind.mvn:osgi-tests:pom:3.0.2'
<dependency org="com.sun.xml.bind.mvn" name="osgi-tests" rev="3.0.2">
<artifact name="osgi-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.bind.mvn', module='osgi-tests', version='3.0.2')
)
libraryDependencies += "com.sun.xml.bind.mvn" % "osgi-tests" % "3.0.2"
[com.sun.xml.bind.mvn/osgi-tests "3.0.2"]