is not current version
Last Version 3.0.3

org.glassfish.hk2:hk2 2.5.0-b36

This is so that other modules can depend on HK2 as an HK2 module.

Categories

Categories

GlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

hk2
Version

Version

2.5.0-b36
Type

Type

jar

Download hk2 2.5.0-b36


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