r

remoting-fluent

Fluent-style remoting interface implementation on top of Hessian
Files download
File Operation
remoting-fluent-0.6.2.jar download
remoting-fluent-0.6.2.pom download
remoting-fluent-0.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.contextfw</groupId>
  <artifactId>remoting-fluent</artifactId>
  <version>0.6.2</version>
</dependency>
Gradle Groovy
implementation 'net.contextfw:remoting-fluent:0.6.2'
Gradle Kotlin
implementation("net.contextfw:remoting-fluent:0.6.2")
Scala SBT
libraryDependencies += "net.contextfw" % "remoting-fluent" % "0.6.2"
Groovy Grape
@Grapes(
  @Grab(group='net.contextfw', module='remoting-fluent', version='0.6.2')
)
Apache Ivy
<dependency org="net.contextfw" name="remoting-fluent" rev="0.6.2" />
Leiningen
[net.contextfw/remoting-fluent "0.6.2"]
Apache Buildr
'net.contextfw:remoting-fluent:jar:0.6.2'