<dependency> <groupId>com.sun.enterprise</groupId> <artifactId>hk2</artifactId> <version>0.3.85</version> <type>hk2-jar</type> </dependency>
implementation 'com.sun.enterprise:hk2:0.3.85'
implementation("com.sun.enterprise:hk2:0.3.85")
libraryDependencies += "com.sun.enterprise" % "hk2" % "0.3.85"
@Grapes( @Grab(group='com.sun.enterprise', module='hk2', version='0.3.85') )
<dependency org="com.sun.enterprise" name="hk2" rev="0.3.85" />
[com.sun.enterprise/hk2 "0.3.85"]
'com.sun.enterprise:hk2:jar:0.3.85'
<parent> <groupId>com.sun.enterprise</groupId> <artifactId>hk2-parent</artifactId> <version>0.3.85</version> </parent>
compile
|-- com.sun.enterprise:hk2-core
|-- com.sun.enterprise:config
|-- com.sun.enterprise:auto-depends