<dependency> <groupId>org.glassfish.hk2</groupId> <artifactId>core</artifactId> <version>2.2.0-b06</version> </dependency>
implementation 'org.glassfish.hk2:core:2.2.0-b06'
implementation("org.glassfish.hk2:core:2.2.0-b06")
libraryDependencies += "org.glassfish.hk2" % "core" % "2.2.0-b06"
@Grapes( @Grab(group='org.glassfish.hk2', module='core', version='2.2.0-b06') )
<dependency org="org.glassfish.hk2" name="core" rev="2.2.0-b06" />
[org.glassfish.hk2/core "2.2.0-b06"]
'org.glassfish.hk2:core:jar:2.2.0-b06'
<parent> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-kernel-parent</artifactId> <version>2.2.0-b06</version> </parent>
compile
|-- org.glassfish.hk2:hk2-locator
|-- org.glassfish.hk2:hk2-utils