<dependency> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-parent</artifactId> <version>2.5.0-b63</version> <type>pom</type> </dependency>
implementation 'org.glassfish.hk2:hk2-parent:2.5.0-b63'
implementation("org.glassfish.hk2:hk2-parent:2.5.0-b63")
libraryDependencies += "org.glassfish.hk2" % "hk2-parent" % "2.5.0-b63"
@Grapes( @Grab(group='org.glassfish.hk2', module='hk2-parent', version='2.5.0-b63') )
<dependency org="org.glassfish.hk2" name="hk2-parent" rev="2.5.0-b63" />
[org.glassfish.hk2/hk2-parent "2.5.0-b63"]
'org.glassfish.hk2:hk2-parent:jar:2.5.0-b63'
<parent> <groupId>org.eclipse.ee4j</groupId> <artifactId>project</artifactId> <version>1.0.5</version> </parent>
test
|-- junit:junit
|-- org.easymock:easymock:3.5