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