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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

hk2-2.5.0-b05-sources.jar
hk2-2.5.0-b05.jar
hk2-2.5.0-b05.pom



Related Tutorials