| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.felix.atomos |
| ArtifactId | ArtifactIdosgi.core |
| Version | Version8.0.0 |
| Type | Typejar |
| Description |
Descriptionosgi.core
Apache Felix is a community effort to implement the OSGi Framework and Service platform and other interesting OSGi-related technologies.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| osgi.core-8.0.0.pom | |
| osgi.core-8.0.0.jar | 7 KB |
| osgi.core-8.0.0-sources.jar | 7 KB |
| osgi.core-8.0.0-AtomosFelix.jar | 7 KB |
| osgi.core-8.0.0-AtomosEquinox.jar | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.felix.atomos/osgi.core/ -->
<dependency>
<groupId>org.apache.felix.atomos</groupId>
<artifactId>osgi.core</artifactId>
<version>8.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.felix.atomos/osgi.core/
implementation 'org.apache.felix.atomos:osgi.core:8.0.0'
// https://jarcasting.com/artifacts/org.apache.felix.atomos/osgi.core/
implementation ("org.apache.felix.atomos:osgi.core:8.0.0")
'org.apache.felix.atomos:osgi.core:jar:8.0.0'
<dependency org="org.apache.felix.atomos" name="osgi.core" rev="8.0.0">
<artifact name="osgi.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.felix.atomos', module='osgi.core', version='8.0.0')
)
libraryDependencies += "org.apache.felix.atomos" % "osgi.core" % "8.0.0"
[org.apache.felix.atomos/osgi.core "8.0.0"]