t

txrpc-remote-server

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-server-2.1.jar download
txrpc-remote-server-2.1.pom download
txrpc-remote-server-2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.osobolev.txrpc</groupId>
  <artifactId>txrpc-remote-server</artifactId>
  <version>2.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.osobolev.txrpc:txrpc-remote-server:2.1'
Gradle Kotlin
implementation("io.github.osobolev.txrpc:txrpc-remote-server:2.1")
Scala SBT
libraryDependencies += "io.github.osobolev.txrpc" % "txrpc-remote-server" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.osobolev.txrpc', module='txrpc-remote-server', version='2.1')
)
Apache Ivy
<dependency org="io.github.osobolev.txrpc" name="txrpc-remote-server" rev="2.1" />
Leiningen
[io.github.osobolev.txrpc/txrpc-remote-server "2.1"]
Apache Buildr
'io.github.osobolev.txrpc:txrpc-remote-server:jar:2.1'