h

hk2

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