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

License

Open Source License

Build File

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

<dependency>
   <groupId>com.sun.enterprise</groupId>
   <artifactId>hk2</artifactId>
   <version>0.3.55</version>
</dependency>
compile group: 'com.sun.enterprise', name: 'hk2', version: '0.3.55'
libraryDependencies += "com.sun.enterprise" % "hk2" % "0.3.55"
<dependency org="com.sun.enterprise" name="hk2" rev="0.3.55"/>
@Grapes(@Grab(group='com.sun.enterprise', module='hk2', version='0.3.55'))
'com.sun.enterprise:hk2:jar:0.3.55'

Download

Click the following link to download the jar file.

hk2-0.3.55-sources.jar
hk2-0.3.55.jar
hk2-0.3.55.pom



Related Tutorials