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