License |
License |
---|---|
GroupId | GroupIdcom.caucho |
ArtifactId | ArtifactIdhessian |
Last Version | Last Version4.0.66 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHessian
Hessian is a compact binary protocol for connecting web services
|
Project URL |
Project URL |
Filename | Size |
---|---|
hessian-4.0.66.pom | |
hessian-4.0.66.jar | 375 KB |
hessian-4.0.66-src.jar | 367 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.caucho/hessian/ -->
<dependency>
<groupId>com.caucho</groupId>
<artifactId>hessian</artifactId>
<version>4.0.66</version>
</dependency>
// https://jarcasting.com/artifacts/com.caucho/hessian/
implementation 'com.caucho:hessian:4.0.66'
// https://jarcasting.com/artifacts/com.caucho/hessian/
implementation ("com.caucho:hessian:4.0.66")
'com.caucho:hessian:jar:4.0.66'
<dependency org="com.caucho" name="hessian" rev="4.0.66">
<artifact name="hessian" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.caucho', module='hessian', version='4.0.66')
)
libraryDependencies += "com.caucho" % "hessian" % "4.0.66"
[com.caucho/hessian "4.0.66"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |