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