is not current version
Last Version 9.4.10

org.httprpc:httprpc-server 4.3

Multi-platform RPC over HTTP

GroupId

GroupId

org.httprpc
ArtifactId

ArtifactId

httprpc-server
Version

Version

4.3
Type

Type

jar

Download httprpc-server 4.3


<!-- https://jarcasting.com/artifacts/org.httprpc/httprpc-server/ -->
<dependency>
    <groupId>org.httprpc</groupId>
    <artifactId>httprpc-server</artifactId>
    <version>4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.httprpc/httprpc-server/
implementation 'org.httprpc:httprpc-server:4.3'
// https://jarcasting.com/artifacts/org.httprpc/httprpc-server/
implementation ("org.httprpc:httprpc-server:4.3")
'org.httprpc:httprpc-server:jar:4.3'
<dependency org="org.httprpc" name="httprpc-server" rev="4.3">
  <artifact name="httprpc-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.httprpc', module='httprpc-server', version='4.3')
)
libraryDependencies += "org.httprpc" % "httprpc-server" % "4.3"
[org.httprpc/httprpc-server "4.3"]