Download jersey-container-jdk-http-2.26.jar file - Jar j

Jar examples for j:jersey-container-jdk-http

Description

JDK Http Container

You can download jar file jersey-container-jdk-http 2.26 in this page.

License

Open Source License

Build File

You can use the following script to add jersey-container-jdk-http-2.26.jar to your project.

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

Download

Click the following link to download the jar file.

jersey-container-jdk-http-2.26-javadoc.jar
jersey-container-jdk-http-2.26-sources.jar
jersey-container-jdk-http-2.26.jar
jersey-container-jdk-http-2.26.pom



Related Tutorials