h

hk2

This is so that other modules can depend on HK2 as an HK2 module.
Files download
File Operation
hk2-0.4.5.jar download
hk2-0.4.5.pom download
hk2-0.4.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sun.enterprise</groupId>
  <artifactId>hk2</artifactId>
  <version>0.4.5</version>
  <type>hk2-jar</type>
</dependency>
Gradle Groovy
implementation 'com.sun.enterprise:hk2:0.4.5'
Gradle Kotlin
implementation("com.sun.enterprise:hk2:0.4.5")
Scala SBT
libraryDependencies += "com.sun.enterprise" % "hk2" % "0.4.5"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.enterprise', module='hk2', version='0.4.5')
)
Apache Ivy
<dependency org="com.sun.enterprise" name="hk2" rev="0.4.5" />
Leiningen
[com.sun.enterprise/hk2 "0.4.5"]
Apache Buildr
'com.sun.enterprise:hk2:jar:0.4.5'