t

txrpc-remote-client

RPC that can do multiple remote calls within one transaction
https://github.com/osobolev/txrpc
The Apache License, Version 2.0
Oleg Sobolev
Files download
File Operation
txrpc-remote-client-2.0.jar download
txrpc-remote-client-2.0.pom download
txrpc-remote-client-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.osobolev.txrpc</groupId>
  <artifactId>txrpc-remote-client</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.osobolev.txrpc:txrpc-remote-client:2.0'
Gradle Kotlin
implementation("io.github.osobolev.txrpc:txrpc-remote-client:2.0")
Scala SBT
libraryDependencies += "io.github.osobolev.txrpc" % "txrpc-remote-client" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.osobolev.txrpc', module='txrpc-remote-client', version='2.0')
)
Apache Ivy
<dependency org="io.github.osobolev.txrpc" name="txrpc-remote-client" rev="2.0" />
Leiningen
[io.github.osobolev.txrpc/txrpc-remote-client "2.0"]
Apache Buildr
'io.github.osobolev.txrpc:txrpc-remote-client:jar:2.0'