Files download
File Operation
hk2-core-1.0.72.jar download
hk2-core-1.0.72.pom download
hk2-core-1.0.72-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sun.enterprise</groupId>
  <artifactId>hk2-core</artifactId>
  <version>1.0.72</version>
</dependency>
Gradle Groovy
implementation 'com.sun.enterprise:hk2-core:1.0.72'
Gradle Kotlin
implementation("com.sun.enterprise:hk2-core:1.0.72")
Scala SBT
libraryDependencies += "com.sun.enterprise" % "hk2-core" % "1.0.72"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.enterprise', module='hk2-core', version='1.0.72')
)
Apache Ivy
<dependency org="com.sun.enterprise" name="hk2-core" rev="1.0.72" />
Leiningen
[com.sun.enterprise/hk2-core "1.0.72"]
Apache Buildr
'com.sun.enterprise:hk2-core:jar:1.0.72'