License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.mufanh |
ArtifactId | ArtifactIdjsonrpc4j |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionjsonrpc4j
JsonRPC 2.0 JAVA Client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsonrpc4j-1.0.0.pom | |
jsonrpc4j-1.0.0.jar | 42 KB |
jsonrpc4j-1.0.0-sources.jar | 16 KB |
jsonrpc4j-1.0.0-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mufanh/jsonrpc4j/ -->
<dependency>
<groupId>com.github.mufanh</groupId>
<artifactId>jsonrpc4j</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mufanh/jsonrpc4j/
implementation 'com.github.mufanh:jsonrpc4j:1.0.0'
// https://jarcasting.com/artifacts/com.github.mufanh/jsonrpc4j/
implementation ("com.github.mufanh:jsonrpc4j:1.0.0")
'com.github.mufanh:jsonrpc4j:jar:1.0.0'
<dependency org="com.github.mufanh" name="jsonrpc4j" rev="1.0.0">
<artifact name="jsonrpc4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mufanh', module='jsonrpc4j', version='1.0.0')
)
libraryDependencies += "com.github.mufanh" % "jsonrpc4j" % "1.0.0"
[com.github.mufanh/jsonrpc4j "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
com.squareup.okhttp3 : okhttp | jar | 3.14.9 |