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