<dependency> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-bom</artifactId> <version>3.0.0-RC1</version> <type>pom</type> </dependency>
implementation 'org.glassfish.hk2:hk2-bom:3.0.0-RC1'
implementation("org.glassfish.hk2:hk2-bom:3.0.0-RC1")
libraryDependencies += "org.glassfish.hk2" % "hk2-bom" % "3.0.0-RC1"
@Grapes( @Grab(group='org.glassfish.hk2', module='hk2-bom', version='3.0.0-RC1') )
<dependency org="org.glassfish.hk2" name="hk2-bom" rev="3.0.0-RC1" />
[org.glassfish.hk2/hk2-bom "3.0.0-RC1"]
'org.glassfish.hk2:hk2-bom:jar:3.0.0-RC1'
<parent> <groupId>org.eclipse.ee4j</groupId> <artifactId>project</artifactId> <version>1.0.6</version> </parent>