MVN

io.github.sebastian-toepfer.json.rpc : json-rpc

Maven & Gradle

Jul 31, 2023
1 stars

JSON RPC · A project to make it easier to use json-rpc.

<dependency>
    <groupId>io.github.sebastian-toepfer.json.rpc</groupId>
    <artifactId>json-rpc</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sebastian-toepfer.json.rpc : json-rpc to add to Maven - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of io.github.sebastian-toepfer.json.rpc : json-rpc to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
json-rpc-0.5.0
0.4.x
json-rpc-0.4.0
0.3.x
json-rpc-0.3.0
0.2.x
json-rpc-0.2.0
0.1.x
json-rpc-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.sebastian-toepfer.json.rpc</groupId>
    <artifactId>json-rpc</artifactId>
    <version>0.5.0</version>
</dependency>