is not current version
Last Version 8.0.0

org.osgi:osgi.core 5.0.0

OSGi Service Platform Release 5 Version 5.0, Core Interfaces and Classes for use in compiling bundles.

GroupId

GroupId

org.osgi
ArtifactId

ArtifactId

osgi.core
Version

Version

5.0.0
Type

Type

jar

Download osgi.core 5.0.0


<!-- https://jarcasting.com/artifacts/org.osgi/osgi.core/ -->
<dependency>
    <groupId>org.osgi</groupId>
    <artifactId>osgi.core</artifactId>
    <version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgi/osgi.core/
implementation 'org.osgi:osgi.core:5.0.0'
// https://jarcasting.com/artifacts/org.osgi/osgi.core/
implementation ("org.osgi:osgi.core:5.0.0")
'org.osgi:osgi.core:jar:5.0.0'
<dependency org="org.osgi" name="osgi.core" rev="5.0.0">
  <artifact name="osgi.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgi', module='osgi.core', version='5.0.0')
)
libraryDependencies += "org.osgi" % "osgi.core" % "5.0.0"
[org.osgi/osgi.core "5.0.0"]