Download jersey-hk2-2.26-b09.jar file - Jar j

Jar examples for j:jersey-hk2

Description

HK2 InjectionManager implementation

You can download jar file jersey-hk2 2.26-b09 in this page.

License

Open Source License

Build File

You can use the following script to add jersey-hk2-2.26-b09.jar to your project.

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

Download

Click the following link to download the jar file.

jersey-hk2-2.26-b09-javadoc.jar
jersey-hk2-2.26-b09-sources.jar
jersey-hk2-2.26-b09.jar
jersey-hk2-2.26-b09.pom



Related Tutorials