| License |
License |
|---|---|
| GroupId | GroupIdcom.squeakysand.osgi |
| ArtifactId | ArtifactIdsqueakysand-osgi |
| Version | Version0.5.0 |
| Type | Typejar |
| Description |
Descriptioncom.squeakysand.osgi - squeakysand-osgi
Classes, interfaces and enums that assist with working in an OSGi environment.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| squeakysand-osgi-0.5.0.pom | |
| squeakysand-osgi-0.5.0.jar | 13 KB |
| squeakysand-osgi-0.5.0-sources.jar | 11 KB |
| squeakysand-osgi-0.5.0-javadoc.jar | 63 KB |
| squeakysand-osgi-0.5.0-bnd.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.squeakysand.osgi/squeakysand-osgi/ -->
<dependency>
<groupId>com.squeakysand.osgi</groupId>
<artifactId>squeakysand-osgi</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squeakysand.osgi/squeakysand-osgi/
implementation 'com.squeakysand.osgi:squeakysand-osgi:0.5.0'
// https://jarcasting.com/artifacts/com.squeakysand.osgi/squeakysand-osgi/
implementation ("com.squeakysand.osgi:squeakysand-osgi:0.5.0")
'com.squeakysand.osgi:squeakysand-osgi:jar:0.5.0'
<dependency org="com.squeakysand.osgi" name="squeakysand-osgi" rev="0.5.0">
<artifact name="squeakysand-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squeakysand.osgi', module='squeakysand-osgi', version='0.5.0')
)
libraryDependencies += "com.squeakysand.osgi" % "squeakysand-osgi" % "0.5.0"
[com.squeakysand.osgi/squeakysand-osgi "0.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.osgi : org.osgi.core | jar | |
| org.osgi : org.osgi.compendium | jar | |
| com.squeakysand : squeakysand-commons | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |