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