is not current version
Last Version 9.4.10

org.httprpc:httprpc-server 7.0.2

Lightweight REST for Java

GroupId

GroupId

org.httprpc
ArtifactId

ArtifactId

httprpc-server
Version

Version

7.0.2
Type

Type

jar

Download httprpc-server 7.0.2


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