Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdosgi-adapter |
Version | Version3.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
osgi-adapter-3.0.0-RC1.pom | |
osgi-adapter-3.0.0-RC1.jar | 92 KB |
osgi-adapter-3.0.0-RC1-sources.jar | 57 KB |
osgi-adapter-3.0.0-RC1-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-adapter/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-adapter</artifactId>
<version>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-adapter/
implementation 'org.glassfish.hk2:osgi-adapter:3.0.0-RC1'
// https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-adapter/
implementation ("org.glassfish.hk2:osgi-adapter:3.0.0-RC1")
'org.glassfish.hk2:osgi-adapter:jar:3.0.0-RC1'
<dependency org="org.glassfish.hk2" name="osgi-adapter" rev="3.0.0-RC1">
<artifact name="osgi-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='osgi-adapter', version='3.0.0-RC1')
)
libraryDependencies += "org.glassfish.hk2" % "osgi-adapter" % "3.0.0-RC1"
[org.glassfish.hk2/osgi-adapter "3.0.0-RC1"]