is not current version
Last Version 9.4.10

org.httprpc:httprpc-server 7.0.3

Lightweight REST for Java

GroupId

GroupId

org.httprpc
ArtifactId

ArtifactId

httprpc-server
Version

Version

7.0.3
Type

Type

jar

Download httprpc-server 7.0.3


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