Hessian.
The Hessian binary web service protocol destribution pack.
Here is the list of declaration for hessian. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.caucho</groupId> <artifactId>hessian</artifactId> <version>4.0.7</version> </dependency>
If you think this Maven repository POM file listing for hessian is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 1.1
URL: http://www.apache.org/licenses/LICENSE-1.1.txt.
The following table lists the most popular artifacts which are depending on hessian-4.0.7. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-web 4.0.0.RELEASE Spring Web | 39 |
Spring | spring-web 4.0.3.RELEASE Spring Web | 13 |
Spring | spring-web 4.0.5.RELEASE Spring Web | 9 |
Spring | spring-web 4.0.7.RELEASE Spring Web | 7 |
Spring | spring-web 4.0.6.RELEASE Spring Web | 9 |
The following packages are defined in the hessian-4.0.7.jar
com.caucho.burlap.client com.caucho.burlap.io com.caucho.burlap.server com.caucho.hessian com.caucho.hessian.client com.caucho.hessian.io com.caucho.hessian.jmx com.caucho.hessian.micro com.caucho.hessian.mux com.caucho.hessian.security com.caucho.hessian.server com.caucho.hessian.util com.caucho.services.client com.caucho.services.message com.caucho.services.name com.caucho.services.server
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>com.caucho</groupId> <artifactId>hessian</artifactId> <version>4.0.7</version> <packaging>jar</packaging> <name>Hessian</name> <url>http://hessian.caucho.com</url> <description>The Hessian binary web service protocol destribution pack</description> <licenses> <license> <name>The Apache Software License, Version 1.1</name> <url>http://www.apache.org/licenses/LICENSE-1.1.txt</url> <distribution>repo</distribution> </license> </licenses> </project>