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