| License |
License |
|---|---|
| GroupId | GroupIdorg.seppiko.glf |
| ArtifactId | ArtifactIdglf-osgi |
| Last Version | Last Version1.4.RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGLF for OSGi
Inject OSGi into GLF API
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| glf-osgi-1.4.RELEASE.pom | |
| glf-osgi-1.4.RELEASE.jar | 6 KB |
| glf-osgi-1.4.RELEASE-sources.jar | 5 KB |
| glf-osgi-1.4.RELEASE-javadoc.jar | 127 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.seppiko.glf/glf-osgi/ -->
<dependency>
<groupId>org.seppiko.glf</groupId>
<artifactId>glf-osgi</artifactId>
<version>1.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.seppiko.glf/glf-osgi/
implementation 'org.seppiko.glf:glf-osgi:1.4.RELEASE'
// https://jarcasting.com/artifacts/org.seppiko.glf/glf-osgi/
implementation ("org.seppiko.glf:glf-osgi:1.4.RELEASE")
'org.seppiko.glf:glf-osgi:jar:1.4.RELEASE'
<dependency org="org.seppiko.glf" name="glf-osgi" rev="1.4.RELEASE">
<artifact name="glf-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seppiko.glf', module='glf-osgi', version='1.4.RELEASE')
)
libraryDependencies += "org.seppiko.glf" % "glf-osgi" % "1.4.RELEASE"
[org.seppiko.glf/glf-osgi "1.4.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.seppiko.glf : glf-api | jar | 1.4.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.osgi : org.osgi.core | jar | 4.2.0 |
| org.osgi : org.osgi.enterprise | jar | 4.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
| org.junit.platform : junit-platform-launcher | jar | 1.8.2 |