is not current version
Last Version 3.0.3

org.glassfish.hk2:hk2-parent 3.0.0-M2

Dependency Injection Kernel

Categories

Categories

GlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

hk2-parent
Version

Version

3.0.0-M2
Type

Type

pom

Download hk2-parent 3.0.0-M2

Filename Size
hk2-parent-3.0.0-M2.pom 41 KB
Browse

<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-parent/ -->
<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>hk2-parent</artifactId>
    <version>3.0.0-M2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-parent/
implementation 'org.glassfish.hk2:hk2-parent:3.0.0-M2'
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-parent/
implementation ("org.glassfish.hk2:hk2-parent:3.0.0-M2")
'org.glassfish.hk2:hk2-parent:pom:3.0.0-M2'
<dependency org="org.glassfish.hk2" name="hk2-parent" rev="3.0.0-M2">
  <artifact name="hk2-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='hk2-parent', version='3.0.0-M2')
)
libraryDependencies += "org.glassfish.hk2" % "hk2-parent" % "3.0.0-M2"
[org.glassfish.hk2/hk2-parent "3.0.0-M2"]