is not current version
Last Version 1.6.4

com.sun.enterprise:osgi-main 1.0.5


GroupId

GroupId

com.sun.enterprise
ArtifactId

ArtifactId

osgi-main
Version

Version

1.0.5
Type

Type

jar

Download osgi-main 1.0.5


<!-- https://jarcasting.com/artifacts/com.sun.enterprise/osgi-main/ -->
<dependency>
    <groupId>com.sun.enterprise</groupId>
    <artifactId>osgi-main</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/osgi-main/
implementation 'com.sun.enterprise:osgi-main:1.0.5'
// https://jarcasting.com/artifacts/com.sun.enterprise/osgi-main/
implementation ("com.sun.enterprise:osgi-main:1.0.5")
'com.sun.enterprise:osgi-main:jar:1.0.5'
<dependency org="com.sun.enterprise" name="osgi-main" rev="1.0.5">
  <artifact name="osgi-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='osgi-main', version='1.0.5')
)
libraryDependencies += "com.sun.enterprise" % "osgi-main" % "1.0.5"
[com.sun.enterprise/osgi-main "1.0.5"]