h

hk2-jsr330

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