License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.nmuzhichin |
ArtifactId | ArtifactIdjsonrpc2 |
Version | Version1.0.4.0 |
Type | Typepom |
Description |
DescriptionJSON-RPC 2.0
Implementation of the JSON-RPC 2.0 specification
|
Filename | Size |
---|---|
jsonrpc2-1.0.4.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nmuzhichin/jsonrpc2/ -->
<dependency>
<groupId>com.github.nmuzhichin</groupId>
<artifactId>jsonrpc2</artifactId>
<version>1.0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nmuzhichin/jsonrpc2/
implementation 'com.github.nmuzhichin:jsonrpc2:1.0.4.0'
// https://jarcasting.com/artifacts/com.github.nmuzhichin/jsonrpc2/
implementation ("com.github.nmuzhichin:jsonrpc2:1.0.4.0")
'com.github.nmuzhichin:jsonrpc2:pom:1.0.4.0'
<dependency org="com.github.nmuzhichin" name="jsonrpc2" rev="1.0.4.0">
<artifact name="jsonrpc2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nmuzhichin', module='jsonrpc2', version='1.0.4.0')
)
libraryDependencies += "com.github.nmuzhichin" % "jsonrpc2" % "1.0.4.0"
[com.github.nmuzhichin/jsonrpc2 "1.0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.28 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 Optional | jar | 3.9 |