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