h

hessian

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