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