d

dubbo-rpc-hessian

The hessian rpc module of dubbo project
Files download
File Operation
dubbo-rpc-hessian-1.0.0-RELEASE.jar download
dubbo-rpc-hessian-1.0.0-RELEASE.pom download
dubbo-rpc-hessian-1.0.0-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>net.jahhan</groupId>
  <artifactId>dubbo-rpc-hessian</artifactId>
  <version>1.0.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'net.jahhan:dubbo-rpc-hessian:1.0.0-RELEASE'
Gradle Kotlin
implementation("net.jahhan:dubbo-rpc-hessian:1.0.0-RELEASE")
Scala SBT
libraryDependencies += "net.jahhan" % "dubbo-rpc-hessian" % "1.0.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='net.jahhan', module='dubbo-rpc-hessian', version='1.0.0-RELEASE')
)
Apache Ivy
<dependency org="net.jahhan" name="dubbo-rpc-hessian" rev="1.0.0-RELEASE" />
Leiningen
[net.jahhan/dubbo-rpc-hessian "1.0.0-RELEASE"]
Apache Buildr
'net.jahhan:dubbo-rpc-hessian:jar:1.0.0-RELEASE'