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