h

hk2-kernel-parent

generic kernel subsystem
Files download
File Operation
hk2-kernel-parent-2.3.0-b01.pom download
Apache Maven
<dependency>
  <groupId>org.glassfish.hk2</groupId>
  <artifactId>hk2-kernel-parent</artifactId>
  <version>2.3.0-b01</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.glassfish.hk2:hk2-kernel-parent:2.3.0-b01'
Gradle Kotlin
implementation("org.glassfish.hk2:hk2-kernel-parent:2.3.0-b01")
Scala SBT
libraryDependencies += "org.glassfish.hk2" % "hk2-kernel-parent" % "2.3.0-b01"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.hk2', module='hk2-kernel-parent', version='2.3.0-b01')
)
Apache Ivy
<dependency org="org.glassfish.hk2" name="hk2-kernel-parent" rev="2.3.0-b01" />
Leiningen
[org.glassfish.hk2/hk2-kernel-parent "2.3.0-b01"]
Apache Buildr
'org.glassfish.hk2:hk2-kernel-parent:jar:2.3.0-b01'