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