s

spring-amqp-hessian

RPC over Spring AMQP with Hessian
Apache 2
Antoine Neveu Sébastien Deleuze
Files download
File Operation
spring-amqp-hessian-1.0.3.jar download
spring-amqp-hessian-1.0.3.pom download
spring-amqp-hessian-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.resthub</groupId>
  <artifactId>spring-amqp-hessian</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.resthub:spring-amqp-hessian:1.0.3'
Gradle Kotlin
implementation("org.resthub:spring-amqp-hessian:1.0.3")
Scala SBT
libraryDependencies += "org.resthub" % "spring-amqp-hessian" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.resthub', module='spring-amqp-hessian', version='1.0.3')
)
Apache Ivy
<dependency org="org.resthub" name="spring-amqp-hessian" rev="1.0.3" />
Leiningen
[org.resthub/spring-amqp-hessian "1.0.3"]
Apache Buildr
'org.resthub:spring-amqp-hessian:jar:1.0.3'