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