GroupId | GroupIdcom.sun.enterprise |
---|---|
ArtifactId | ArtifactIdosgi-main |
Last Version | Last Version1.6.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHK2 OSGi Main Bundle
Generic Modules subsystem
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
osgi-main-1.6.4.pom | |
osgi-main-1.6.4.jar | 11 KB |
osgi-main-1.6.4-sources.jar | 7 KB |
osgi-main-1.6.4-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.enterprise/osgi-main/ -->
<dependency>
<groupId>com.sun.enterprise</groupId>
<artifactId>osgi-main</artifactId>
<version>1.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/osgi-main/
implementation 'com.sun.enterprise:osgi-main:1.6.4'
// https://jarcasting.com/artifacts/com.sun.enterprise/osgi-main/
implementation ("com.sun.enterprise:osgi-main:1.6.4")
'com.sun.enterprise:osgi-main:jar:1.6.4'
<dependency org="com.sun.enterprise" name="osgi-main" rev="1.6.4">
<artifact name="osgi-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='osgi-main', version='1.6.4')
)
libraryDependencies += "com.sun.enterprise" % "osgi-main" % "1.6.4"
[com.sun.enterprise/osgi-main "1.6.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.felix : org.osgi.core | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |