| License |
License |
|---|---|
| GroupId | GroupIdorg.osgi |
| ArtifactId | ArtifactIdcore |
| Version | Version4.3.0 |
| Type | Typejar |
| Description |
Descriptionosgi.core
OSGi Service Platform Release 4 Version 4.3, Core Interfaces
and Classes for use in compiling bundles.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| core-4.3.0.pom | |
| core-4.3.0.jar | 338 KB |
| core-4.3.0-sources.jar | 212 KB |
| core-4.3.0-javadoc.jar | 596 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.osgi/core/ -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>core</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgi/core/
implementation 'org.osgi:core:4.3.0'
// https://jarcasting.com/artifacts/org.osgi/core/
implementation ("org.osgi:core:4.3.0")
'org.osgi:core:jar:4.3.0'
<dependency org="org.osgi" name="core" rev="4.3.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgi', module='core', version='4.3.0')
)
libraryDependencies += "org.osgi" % "core" % "4.3.0"
[org.osgi/core "4.3.0"]