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