h

hk2-kernel-parent

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