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