jsonrpc-bind
An API for binding JSON-RPC objects.
See implementation modules.
License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.jinahya |
ArtifactId | ArtifactIdjsonrpc-bind |
Last Version | Last Version0.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsonrpc-bind
Types for binding JSON-RPC 2.0 Objects
|
Project URL |
Project URL |
Project Organization |
Project OrganizationJinahya, Inc. |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsonrpc-bind-0.7.1.pom | |
jsonrpc-bind-0.7.1.jar | 12 KB |
jsonrpc-bind-0.7.1-sources.jar | 17 KB |
jsonrpc-bind-0.7.1-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jinahya/jsonrpc-bind/ -->
<dependency>
<groupId>com.github.jinahya</groupId>
<artifactId>jsonrpc-bind</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jinahya/jsonrpc-bind/
implementation 'com.github.jinahya:jsonrpc-bind:0.7.1'
// https://jarcasting.com/artifacts/com.github.jinahya/jsonrpc-bind/
implementation ("com.github.jinahya:jsonrpc-bind:0.7.1")
'com.github.jinahya:jsonrpc-bind:jar:0.7.1'
<dependency org="com.github.jinahya" name="jsonrpc-bind" rev="0.7.1">
<artifact name="jsonrpc-bind" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jinahya', module='jsonrpc-bind', version='0.7.1')
)
libraryDependencies += "com.github.jinahya" % "jsonrpc-bind" % "0.7.1"
[com.github.jinahya/jsonrpc-bind "0.7.1"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.validation : jakarta.validation-api | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.hibernate.validator : hibernate-validator | jar | 7.0.0.Alpha4 |
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.6.0 |
org.projectlombok : lombok | jar | 1.18.12 |
An API for binding JSON-RPC objects.
See implementation modules.