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