Download shh-core-0.2.7.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.7 in this page.

License

New BSD License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials