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