License |
License |
---|---|
GroupId | GroupIdorg.osgi |
ArtifactId | ArtifactIdorg.osgi.annotation |
Last Version | Last Version6.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.osgi.annotation
OSGi Annotation Release 6, Annotations for use in compiling bundles.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
org.osgi.annotation-6.0.0.pom | |
org.osgi.annotation-6.0.0.jar | 12 KB |
org.osgi.annotation-6.0.0-sources.jar | 9 KB |
org.osgi.annotation-6.0.0-javadoc.jar | 889 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.osgi/org.osgi.annotation/ -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.annotation</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgi/org.osgi.annotation/
implementation 'org.osgi:org.osgi.annotation:6.0.0'
// https://jarcasting.com/artifacts/org.osgi/org.osgi.annotation/
implementation ("org.osgi:org.osgi.annotation:6.0.0")
'org.osgi:org.osgi.annotation:jar:6.0.0'
<dependency org="org.osgi" name="org.osgi.annotation" rev="6.0.0">
<artifact name="org.osgi.annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgi', module='org.osgi.annotation', version='6.0.0')
)
libraryDependencies += "org.osgi" % "org.osgi.annotation" % "6.0.0"
[org.osgi/org.osgi.annotation "6.0.0"]