Download hk2-2.5.0-b61.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.5.0-b61 in this page.

License

Open Source License

Build File

You can use the following script to add hk2-2.5.0-b61.jar to your project.

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

Download

Click the following link to download the jar file.

hk2-2.5.0-b61-sources.jar
hk2-2.5.0-b61.jar
hk2-2.5.0-b61.pom



Related Tutorials