is not current version
Last Version 9.3

org.httprpc:httprpc 5.8

Lightweight REST services for Java

GroupId

GroupId

org.httprpc
ArtifactId

ArtifactId

httprpc
Version

Version

5.8
Type

Type

jar

Download httprpc 5.8


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