License |
License |
---|---|
GroupId | GroupIdorg.osgi |
ArtifactId | ArtifactIdorg.osgi.compendium |
Last Version | Last Version5.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionosgi.cmpn
OSGi Compendium Release 5, Interfaces and Classes for use in compiling bundles.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
org.osgi.compendium-5.0.0.pom | |
org.osgi.compendium-5.0.0.jar | 599 KB |
org.osgi.compendium-5.0.0-sources.jar | 373 KB |
org.osgi.compendium-5.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.osgi/org.osgi.compendium/ -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgi/org.osgi.compendium/
implementation 'org.osgi:org.osgi.compendium:5.0.0'
// https://jarcasting.com/artifacts/org.osgi/org.osgi.compendium/
implementation ("org.osgi:org.osgi.compendium:5.0.0")
'org.osgi:org.osgi.compendium:jar:5.0.0'
<dependency org="org.osgi" name="org.osgi.compendium" rev="5.0.0">
<artifact name="org.osgi.compendium" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgi', module='org.osgi.compendium', version='5.0.0')
)
libraryDependencies += "org.osgi" % "org.osgi.compendium" % "5.0.0"
[org.osgi/org.osgi.compendium "5.0.0"]