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