tree: f3be7535b80351a2fa4d217b6c06ad9cd9021ad7 [path history] [tgz]
  1. src/
  2. .codecov.yml
  3. .gitignore
  4. .travis.yml
  5. LICENSE
  6. pom.xml
  7. README.md
README.md

Hessian Lite(Apache Dubbo private version)

Build Status codecov Gitter license maven

Hessian-lite is a Alibaba dubbo embed version of official hessian initially. Then this module is separated from Dubbo. All branches of Dubbo : 2.5.x, 2.6.x(since 2.6.3) and 2.7.x are dependent on it , please see the details:

Maven dependency

<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>hessian-lite</artifactId>
    <version>3.2.6</version>
<dependency>