Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdosgi |
Version | Version2.2.0-b22 |
Type | Typepom |
Filename | Size |
---|---|
osgi-2.2.0-b22.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/osgi/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi</artifactId>
<version>2.2.0-b22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/osgi/
implementation 'org.glassfish.hk2:osgi:2.2.0-b22'
// https://jarcasting.com/artifacts/org.glassfish.hk2/osgi/
implementation ("org.glassfish.hk2:osgi:2.2.0-b22")
'org.glassfish.hk2:osgi:pom:2.2.0-b22'
<dependency org="org.glassfish.hk2" name="osgi" rev="2.2.0-b22">
<artifact name="osgi" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='osgi', version='2.2.0-b22')
)
libraryDependencies += "org.glassfish.hk2" % "osgi" % "2.2.0-b22"
[org.glassfish.hk2/osgi "2.2.0-b22"]