is not current version
Last Version 9.4.10

org.httprpc:httprpc-server 5.2

Lightweight REST services for Java

GroupId

GroupId

org.httprpc
ArtifactId

ArtifactId

httprpc-server
Version

Version

5.2
Type

Type

jar

Download httprpc-server 5.2


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