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