is not current version
Last Version 1.6.9

com.sun.enterprise:hk2-maven 1.1.3

Maven2 plugin for developing

Categories

Categories

Maven Build Tools HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

com.sun.enterprise
ArtifactId

ArtifactId

hk2-maven
Version

Version

1.1.3
Type

Type

jar

Download hk2-maven 1.1.3


<!-- https://jarcasting.com/artifacts/com.sun.enterprise/hk2-maven/ -->
<dependency>
    <groupId>com.sun.enterprise</groupId>
    <artifactId>hk2-maven</artifactId>
    <version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/hk2-maven/
implementation 'com.sun.enterprise:hk2-maven:1.1.3'
// https://jarcasting.com/artifacts/com.sun.enterprise/hk2-maven/
implementation ("com.sun.enterprise:hk2-maven:1.1.3")
'com.sun.enterprise:hk2-maven:jar:1.1.3'
<dependency org="com.sun.enterprise" name="hk2-maven" rev="1.1.3">
  <artifact name="hk2-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='hk2-maven', version='1.1.3')
)
libraryDependencies += "com.sun.enterprise" % "hk2-maven" % "1.1.3"
[com.sun.enterprise/hk2-maven "1.1.3"]