Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.mod4j.org.eclipse |
ArtifactId | ArtifactIdosgi |
Last Version | Last Version3.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description%systemBundle
|
Filename | Size |
---|---|
osgi-3.5.0.pom | |
osgi-3.5.0.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mod4j.org.eclipse/osgi/ -->
<dependency>
<groupId>org.mod4j.org.eclipse</groupId>
<artifactId>osgi</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j.org.eclipse/osgi/
implementation 'org.mod4j.org.eclipse:osgi:3.5.0'
// https://jarcasting.com/artifacts/org.mod4j.org.eclipse/osgi/
implementation ("org.mod4j.org.eclipse:osgi:3.5.0")
'org.mod4j.org.eclipse:osgi:jar:3.5.0'
<dependency org="org.mod4j.org.eclipse" name="osgi" rev="3.5.0">
<artifact name="osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mod4j.org.eclipse', module='osgi', version='3.5.0')
)
libraryDependencies += "org.mod4j.org.eclipse" % "osgi" % "3.5.0"
[org.mod4j.org.eclipse/osgi "3.5.0"]