is not current version
Last Version 9.3

org.httprpc:httprpc 5.9.3

Lightweight REST services for Java

GroupId

GroupId

org.httprpc
ArtifactId

ArtifactId

httprpc
Version

Version

5.9.3
Type

Type

jar

Download httprpc 5.9.3


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