h

hessian

Hessian is a compact binary protocol for connecting web services
http://hessian.caucho.com
The Apache Software License, Version 1.1
Scott Ferguson
Files download
File Operation
hessian-4.0.53.jar download
hessian-4.0.53.pom download
hessian-4.0.53-sources.jar download
Apache Maven
<dependency>
  <groupId>com.caucho</groupId>
  <artifactId>hessian</artifactId>
  <version>4.0.53</version>
</dependency>
Gradle Groovy
implementation 'com.caucho:hessian:4.0.53'
Gradle Kotlin
implementation("com.caucho:hessian:4.0.53")
Scala SBT
libraryDependencies += "com.caucho" % "hessian" % "4.0.53"
Groovy Grape
@Grapes(
  @Grab(group='com.caucho', module='hessian', version='4.0.53')
)
Apache Ivy
<dependency org="com.caucho" name="hessian" rev="4.0.53" />
Leiningen
[com.caucho/hessian "4.0.53"]
Apache Buildr
'com.caucho:hessian:jar:4.0.53'
Dependencies