Download http-s3-0.0.5.jar file - Jar h

Jar examples for h:http-s3

Description

Higgs HTTP S3 (Single Site Server). This is the core module with the server implementation. The other modules within this parent are extensions to this module that adds functionality to the server.

You can download jar file http-s3 0.0.5 in this page.

Build File

You can use the following script to add http-s3-0.0.5.jar to your project.

<dependency>
   <groupId>io.higgs</groupId>
   <artifactId>http-s3</artifactId>
   <version>0.0.5</version>
</dependency>
compile group: 'io.higgs', name: 'http-s3', version: '0.0.5'
libraryDependencies += "io.higgs" % "http-s3" % "0.0.5"
<dependency org="io.higgs" name="http-s3" rev="0.0.5"/>
@Grapes(@Grab(group='io.higgs', module='http-s3', version='0.0.5'))
'io.higgs:http-s3:jar:0.0.5'

Download

Click the following link to download the jar file.

http-s3-0.0.5-javadoc.jar
http-s3-0.0.5-sources.jar
http-s3-0.0.5.jar
http-s3-0.0.5.pom



Related Tutorials