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