Files download
File Operation
sbms-hessian-1.0.1.jar download
sbms-hessian-1.0.1.pom download
sbms-hessian-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ideahut</groupId>
  <artifactId>sbms-hessian</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.ideahut:sbms-hessian:1.0.1'
Gradle Kotlin
implementation("com.github.ideahut:sbms-hessian:1.0.1")
Scala SBT
libraryDependencies += "com.github.ideahut" % "sbms-hessian" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ideahut', module='sbms-hessian', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.ideahut" name="sbms-hessian" rev="1.0.1" />
Leiningen
[com.github.ideahut/sbms-hessian "1.0.1"]
Apache Buildr
'com.github.ideahut:sbms-hessian:jar:1.0.1'