文件下载
文件名 操作
hk2-core-1.6.1.jar 下载
hk2-core-1.6.1.pom 下载
hk2-core-1.6.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sun.enterprise</groupId>
  <artifactId>hk2-core</artifactId>
  <version>1.6.1</version>
</dependency>
Gradle Groovy
implementation 'com.sun.enterprise:hk2-core:1.6.1'
Gradle Kotlin
implementation("com.sun.enterprise:hk2-core:1.6.1")
Scala SBT
libraryDependencies += "com.sun.enterprise" % "hk2-core" % "1.6.1"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.enterprise', module='hk2-core', version='1.6.1')
)
Apache Ivy
<dependency org="com.sun.enterprise" name="hk2-core" rev="1.6.1" />
Leiningen
[com.sun.enterprise/hk2-core "1.6.1"]
Apache Buildr
'com.sun.enterprise:hk2-core:jar:1.6.1'