h

hessian

A community-maintained version of Hessian 4.0.7, toward a bug free library.
The Apache Software License, Version 1.1
Files download
File Operation
hessian-4.0.8.jar download
hessian-4.0.8.pom download
hessian-4.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.resthub</groupId>
  <artifactId>hessian</artifactId>
  <version>4.0.8</version>
</dependency>
Gradle Groovy
implementation 'org.resthub:hessian:4.0.8'
Gradle Kotlin
implementation("org.resthub:hessian:4.0.8")
Scala SBT
libraryDependencies += "org.resthub" % "hessian" % "4.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.resthub', module='hessian', version='4.0.8')
)
Apache Ivy
<dependency org="org.resthub" name="hessian" rev="4.0.8" />
Leiningen
[org.resthub/hessian "4.0.8"]
Apache Buildr
'org.resthub:hessian:jar:4.0.8'