jsonrpc-bind
An API for binding JSON-RPC objects.
See implementation modules.
License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.jinahya |
ArtifactId | ArtifactIdjsonrpc2-bind |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsonrpc2-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 |
---|---|
jsonrpc2-bind-0.1.2.pom | |
jsonrpc2-bind-0.1.2.jar | 9 KB |
jsonrpc2-bind-0.1.2-sources.jar | 8 KB |
jsonrpc2-bind-0.1.2-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jinahya/jsonrpc2-bind/ -->
<dependency>
<groupId>com.github.jinahya</groupId>
<artifactId>jsonrpc2-bind</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jinahya/jsonrpc2-bind/
implementation 'com.github.jinahya:jsonrpc2-bind:0.1.2'
// https://jarcasting.com/artifacts/com.github.jinahya/jsonrpc2-bind/
implementation ("com.github.jinahya:jsonrpc2-bind:0.1.2")
'com.github.jinahya:jsonrpc2-bind:jar:0.1.2'
<dependency org="com.github.jinahya" name="jsonrpc2-bind" rev="0.1.2">
<artifact name="jsonrpc2-bind" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jinahya', module='jsonrpc2-bind', version='0.1.2')
)
libraryDependencies += "com.github.jinahya" % "jsonrpc2-bind" % "0.1.2"
[com.github.jinahya/jsonrpc2-bind "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.9 |
jakarta.json.bind : jakarta.json.bind-api | jar | 1.0.1 |
javax.validation : validation-api | jar | 2.0.1.Final |
org.projectlombok : lombok | jar | 1.18.8 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9 |
com.google.code.gson : gson | jar | 2.8.5 |
com.squareup.moshi : moshi | jar | 1.8.0 |
org.eclipse : yasson | jar | 1.0.3 |
org.glassfish : javax.json | jar | 1.1.4 |
org.glassfish : javax.el | jar | 3.0.1-b11 |
org.hibernate.validator : hibernate-validator | jar | 6.1.0.Alpha4 |
org.junit.jupiter : junit-jupiter-api | jar | 5.4.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.4.0 |
An API for binding JSON-RPC objects.
See implementation modules.