Download hk2-2.4.0-b07.jar file - Jar h

Jar examples for h:hk2

Description

This is so that other modules can depend on HK2 as an HK2 module.

You can download jar file hk2 2.4.0-b07 in this page.

License

Open Source License

Build File

You can use the following script to add hk2-2.4.0-b07.jar to your project.

<dependency>
   <groupId>org.glassfish.hk2</groupId>
   <artifactId>hk2</artifactId>
   <version>2.4.0-b07</version>
</dependency>
compile group: 'org.glassfish.hk2', name: 'hk2', version: '2.4.0-b07'
libraryDependencies += "org.glassfish.hk2" % "hk2" % "2.4.0-b07"
<dependency org="org.glassfish.hk2" name="hk2" rev="2.4.0-b07"/>
@Grapes(@Grab(group='org.glassfish.hk2', module='hk2', version='2.4.0-b07'))
'org.glassfish.hk2:hk2:jar:2.4.0-b07'

Download

Click the following link to download the jar file.

hk2-2.4.0-b07-sources.jar
hk2-2.4.0-b07.jar
hk2-2.4.0-b07.pom



Related Tutorials