Download hessian-3.1.5.jar file - Jar h

Jar examples for h:hessian

Description

Hessian is a compact binary protocol for connecting web services.

You can download jar file hessian 3.1.5 in this page.

License

The Apache Software License, Version 1.1

Build File

You can use the following script to add hessian-3.1.5.jar to your project.

<dependency>
   <groupId>com.caucho</groupId>
   <artifactId>hessian</artifactId>
   <version>3.1.5</version>
</dependency>
compile group: 'com.caucho', name: 'hessian', version: '3.1.5'
libraryDependencies += "com.caucho" % "hessian" % "3.1.5"
<dependency org="com.caucho" name="hessian" rev="3.1.5"/>
@Grapes(@Grab(group='com.caucho', module='hessian', version='3.1.5'))
'com.caucho:hessian:jar:3.1.5'

Download

Click the following link to download the jar file.

hessian-3.1.5.jar
hessian-3.1.5.pom



Related Tutorials