Maven Repository - POM file for Network hessian 3.1.3 3.1.3

Summary

Hessian.

The Hessian binary web service protocol destribution pack.

Declaration

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>3.1.3</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.

License

Name:The Apache Software License, Version 1.1
URL: http://www.apache.org/licenses/LICENSE-1.1.txt.

Depended by

The following table lists the most popular artifacts which are depending on hessian-3.1.3. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Springspring-web 2.5.6.SEC01
Spring Framework: Web
6
Springspring 2.5.6.SEC03
Spring Framework
12
Springspring-web 2.5.6
Spring Framework: Web
21
Springspring 2.5.6
Spring Framework
51
Springspring 2.5.6.SEC01
Spring Framework
5




Packages

The following packages are defined in the hessian-3.1.3.jar

com.caucho.burlap.client
com.caucho.burlap.io
com.caucho.burlap.server
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.test
com.caucho.hessian.util
com.caucho.services.client
com.caucho.services.message
com.caucho.services.name
com.caucho.services.server




POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.caucho</groupId>
  <artifactId>hessian</artifactId>
  <version>3.1.3</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>
  <scm>
    <url>http://svn.apache.org/viewcvs.cgi/maven</url>
  </scm>

</project>