GroupId | GroupIdcom.sun.enterprise |
---|---|
ArtifactId | ArtifactIdosgi-adapter |
Version | Version0.3.22 |
Type | Typejar |
Filename | Size |
---|---|
osgi-adapter-0.3.22.pom | |
osgi-adapter-0.3.22.jar | 39 KB |
osgi-adapter-0.3.22-sources.jar | 24 KB |
osgi-adapter-0.3.22-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.enterprise/osgi-adapter/ -->
<dependency>
<groupId>com.sun.enterprise</groupId>
<artifactId>osgi-adapter</artifactId>
<version>0.3.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/osgi-adapter/
implementation 'com.sun.enterprise:osgi-adapter:0.3.22'
// https://jarcasting.com/artifacts/com.sun.enterprise/osgi-adapter/
implementation ("com.sun.enterprise:osgi-adapter:0.3.22")
'com.sun.enterprise:osgi-adapter:jar:0.3.22'
<dependency org="com.sun.enterprise" name="osgi-adapter" rev="0.3.22">
<artifact name="osgi-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='osgi-adapter', version='0.3.22')
)
libraryDependencies += "com.sun.enterprise" % "osgi-adapter" % "0.3.22"
[com.sun.enterprise/osgi-adapter "0.3.22"]