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