h

hk2-maven-plugin

Maven2 plugin for developing HK2 modules
Files download
File Operation
hk2-maven-plugin-1.6.9.jar download
hk2-maven-plugin-1.6.9.pom download
hk2-maven-plugin-1.6.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sun.enterprise</groupId>
  <artifactId>hk2-maven-plugin</artifactId>
  <version>1.6.9</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.sun.enterprise:hk2-maven-plugin:1.6.9'
Gradle Kotlin
implementation("com.sun.enterprise:hk2-maven-plugin:1.6.9")
Scala SBT
libraryDependencies += "com.sun.enterprise" % "hk2-maven-plugin" % "1.6.9"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.enterprise', module='hk2-maven-plugin', version='1.6.9')
)
Apache Ivy
<dependency org="com.sun.enterprise" name="hk2-maven-plugin" rev="1.6.9" />
Leiningen
[com.sun.enterprise/hk2-maven-plugin "1.6.9"]
Apache Buildr
'com.sun.enterprise:hk2-maven-plugin:jar:1.6.9'