is not current version
Last Version 2.5.0-b42

org.glassfish.hk2:hk2-maven 1.6.25

Maven2 plugin for developing

Categories

Categories

GlassFish Container Application Servers Maven Build Tools HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

hk2-maven
Version

Version

1.6.25
Type

Type

jar

Download hk2-maven 1.6.25


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