<dependency> <groupId>com.sun.enterprise</groupId> <artifactId>hk2-jsr330</artifactId> <version>1.6.8</version> <type>hk2-jar</type> </dependency>
implementation 'com.sun.enterprise:hk2-jsr330:1.6.8'
implementation("com.sun.enterprise:hk2-jsr330:1.6.8")
libraryDependencies += "com.sun.enterprise" % "hk2-jsr330" % "1.6.8"
@Grapes( @Grab(group='com.sun.enterprise', module='hk2-jsr330', version='1.6.8') )
<dependency org="com.sun.enterprise" name="hk2-jsr330" rev="1.6.8" />
[com.sun.enterprise/hk2-jsr330 "1.6.8"]
'com.sun.enterprise:hk2-jsr330:jar:1.6.8'
<parent> <groupId>com.sun.enterprise</groupId> <artifactId>hk2-parent</artifactId> <version>1.6.8</version> </parent>
compile
|-- com.sun.enterprise:hk2-core
|-- javax.inject:javax.inject:1
provided
|-- junit:junit:4.3.1
test
|-- javax.inject:javax.inject-tck:1