h

hk2

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