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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

hk2-2.5.0-b03-sources.jar
hk2-2.5.0-b03.jar
hk2-2.5.0-b03.pom



Related Tutorials