Download shh-core-0.2.8.jar file - Jar s

Jar examples for s:shh-core

Description

Core and shared code for parsing HTTP headers into structures.

You can download jar file shh-core 0.2.8 in this page.

License

New BSD License

Build File

You can use the following script to add shh-core-0.2.8.jar to your project.

<dependency>
   <groupId>com.mattunderscore</groupId>
   <artifactId>shh-core</artifactId>
   <version>0.2.8</version>
</dependency>
compile group: 'com.mattunderscore', name: 'shh-core', version: '0.2.8'
libraryDependencies += "com.mattunderscore" % "shh-core" % "0.2.8"
<dependency org="com.mattunderscore" name="shh-core" rev="0.2.8"/>
@Grapes(@Grab(group='com.mattunderscore', module='shh-core', version='0.2.8'))
'com.mattunderscore:shh-core:jar:0.2.8'

Download

Click the following link to download the jar file.

shh-core-0.2.8-javadoc.jar
shh-core-0.2.8-sources.jar
shh-core-0.2.8.jar
shh-core-0.2.8.pom



Related Tutorials