Download http-server-0.44.jar file - Jar h

Jar examples for h:http-server

Description

A simple embeddable HTTP Server for JUnit tests that has very few dependencies.

You can download jar file http-server 0.44 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add http-server-0.44.jar to your project.

<dependency>
   <groupId>com.proofpoint.platform</groupId>
   <artifactId>http-server</artifactId>
   <version>0.44</version>
</dependency>
compile group: 'com.proofpoint.platform', name: 'http-server', version: '0.44'
libraryDependencies += "com.proofpoint.platform" % "http-server" % "0.44"
<dependency org="com.proofpoint.platform" name="http-server" rev="0.44"/>
@Grapes(@Grab(group='com.proofpoint.platform', module='http-server', version='0.44'))
'com.proofpoint.platform:http-server:jar:0.44'

Download

Click the following link to download the jar file.

http-server-0.44-javadoc.jar
http-server-0.44-sources.jar
http-server-0.44.jar
http-server-0.44.pom



Related Tutorials