License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.nmuzhichin |
ArtifactId | ArtifactIdjsonrpc-core |
Version | Version1.0.4.0 |
Type | Typejar |
Description |
DescriptionImplementation of the JSON-RPC 2.0 specification
|
Filename | Size |
---|---|
jsonrpc-core-1.0.4.0.pom | |
jsonrpc-core-1.0.4.0.jar | 60 KB |
jsonrpc-core-1.0.4.0-sources.jar | 42 KB |
jsonrpc-core-1.0.4.0-javadoc.jar | 317 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nmuzhichin/jsonrpc-core/ -->
<dependency>
<groupId>com.github.nmuzhichin</groupId>
<artifactId>jsonrpc-core</artifactId>
<version>1.0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nmuzhichin/jsonrpc-core/
implementation 'com.github.nmuzhichin:jsonrpc-core:1.0.4.0'
// https://jarcasting.com/artifacts/com.github.nmuzhichin/jsonrpc-core/
implementation ("com.github.nmuzhichin:jsonrpc-core:1.0.4.0")
'com.github.nmuzhichin:jsonrpc-core:jar:1.0.4.0'
<dependency org="com.github.nmuzhichin" name="jsonrpc-core" rev="1.0.4.0">
<artifact name="jsonrpc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nmuzhichin', module='jsonrpc-core', version='1.0.4.0')
)
libraryDependencies += "com.github.nmuzhichin" % "jsonrpc-core" % "1.0.4.0"
[com.github.nmuzhichin/jsonrpc-core "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 |