| Categories |
CategoriesGlassFish Container Application Servers |
|---|---|
| GroupId | GroupIdorg.glassfish.jaxb |
| ArtifactId | ArtifactIdosgi-test-osgi |
| Version | Version2.3.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| osgi-test-osgi-2.3.3.pom | |
| osgi-test-osgi-2.3.3.jar | 6 KB |
| osgi-test-osgi-2.3.3-sources.jar | 6 KB |
| osgi-test-osgi-2.3.3-javadoc.jar | 399 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jaxb/osgi-test-osgi/ -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>osgi-test-osgi</artifactId>
<version>2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jaxb/osgi-test-osgi/
implementation 'org.glassfish.jaxb:osgi-test-osgi:2.3.3'
// https://jarcasting.com/artifacts/org.glassfish.jaxb/osgi-test-osgi/
implementation ("org.glassfish.jaxb:osgi-test-osgi:2.3.3")
'org.glassfish.jaxb:osgi-test-osgi:jar:2.3.3'
<dependency org="org.glassfish.jaxb" name="osgi-test-osgi" rev="2.3.3">
<artifact name="osgi-test-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jaxb', module='osgi-test-osgi', version='2.3.3')
)
libraryDependencies += "org.glassfish.jaxb" % "osgi-test-osgi" % "2.3.3"
[org.glassfish.jaxb/osgi-test-osgi "2.3.3"]