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