<dependency> <groupId>com.sun.enterprise</groupId> <artifactId>hk2-parent</artifactId> <version>1.1.8</version> <type>pom</type> </dependency>
implementation 'com.sun.enterprise:hk2-parent:1.1.8'
implementation("com.sun.enterprise:hk2-parent:1.1.8")
libraryDependencies += "com.sun.enterprise" % "hk2-parent" % "1.1.8"
@Grapes( @Grab(group='com.sun.enterprise', module='hk2-parent', version='1.1.8') )
<dependency org="com.sun.enterprise" name="hk2-parent" rev="1.1.8" />
[com.sun.enterprise/hk2-parent "1.1.8"]
'com.sun.enterprise:hk2-parent:jar:1.1.8'
test
|-- junit:junit:4.3.1