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