h

hessian

The Hessian binary web service protocol destribution pack
http://hessian.caucho.com
The Apache Software License, Version 1.1
Files download
File Operation
hessian-3.1.5.jar download
hessian-3.1.5.pom download
Apache Maven
<dependency>
  <groupId>com.caucho</groupId>
  <artifactId>hessian</artifactId>
  <version>3.1.5</version>
</dependency>
Gradle Groovy
implementation 'com.caucho:hessian:3.1.5'
Gradle Kotlin
implementation("com.caucho:hessian:3.1.5")
Scala SBT
libraryDependencies += "com.caucho" % "hessian" % "3.1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.caucho', module='hessian', version='3.1.5')
)
Apache Ivy
<dependency org="com.caucho" name="hessian" rev="3.1.5" />
Leiningen
[com.caucho/hessian "3.1.5"]
Apache Buildr
'com.caucho:hessian:jar:3.1.5'
Dependencies
The project has no third-party dependencies