Download ws-utils-2.4-RC1.jar file - Jar w

Jar examples for w:ws-utils

Description

Web server utilities for Java EE, servlet containers, etc. This currently provides support for HTTP filters, HTTP header parsing and content negotiation. This project servers as the parent to severals modules that provide these features.

You can download jar file ws-utils 2.4-RC1 in this page.

License

New BSD License

Build File

You can use the following script to add ws-utils-2.4-RC1.jar to your project.

<dependency>
   <groupId>org.apertereports</groupId>
   <artifactId>ws-utils</artifactId>
   <version>2.4-RC1</version>
</dependency>
compile group: 'org.apertereports', name: 'ws-utils', version: '2.4-RC1'
libraryDependencies += "org.apertereports" % "ws-utils" % "2.4-RC1"
<dependency org="org.apertereports" name="ws-utils" rev="2.4-RC1"/>
@Grapes(@Grab(group='org.apertereports', module='ws-utils', version='2.4-RC1'))
'org.apertereports:ws-utils:jar:2.4-RC1'

Download

Click the following link to download the jar file.

ws-utils-2.4-RC1-javadoc.jar
ws-utils-2.4-RC1-sources.jar
ws-utils-2.4-RC1.jar
ws-utils-2.4-RC1.pom



Related Tutorials