| License | License | 
|---|---|
| Categories | CategoriesSeata Application Layer Libs Distributed Transactions | 
| GroupId | GroupIdio.seata | 
| ArtifactId | ArtifactIdseata-codec-hessian | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiontop seata project pom.xml file | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/io.seata/seata-codec-hessian/ -->
<dependency>
    <groupId>io.seata</groupId>
    <artifactId>seata-codec-hessian</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/io.seata/seata-codec-hessian/
implementation 'io.seata:seata-codec-hessian:1.0.0'// https://jarcasting.com/artifacts/io.seata/seata-codec-hessian/
implementation ("io.seata:seata-codec-hessian:1.0.0")'io.seata:seata-codec-hessian:jar:1.0.0'<dependency org="io.seata" name="seata-codec-hessian" rev="1.0.0">
  <artifact name="seata-codec-hessian" type="jar" />
</dependency>@Grapes(
@Grab(group='io.seata', module='seata-codec-hessian', version='1.0.0')
)libraryDependencies += "io.seata" % "seata-codec-hessian" % "1.0.0"[io.seata/seata-codec-hessian "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.caucho : hessian | jar | |
| io.seata : seata-core | jar | 1.0.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.4.2 | 
| org.junit.jupiter : junit-jupiter-params | jar | 5.4.2 | 
| org.junit.platform : junit-platform-launcher | jar | 1.4.2 | 
| org.mockito : mockito-core | jar | 2.23.4 | 
| org.mockito : mockito-junit-jupiter | jar | 2.23.4 | 
| org.assertj : assertj-core | jar | 3.12.2 |