is not current version
Last Version 9.4.10

org.httprpc:httprpc-server 5.4

Lightweight REST services for Java

GroupId

GroupId

org.httprpc
ArtifactId

ArtifactId

httprpc-server
Version

Version

5.4
Type

Type

jar

Download httprpc-server 5.4


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