| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.jingshouyan |
| ArtifactId | ArtifactIdj-rpc-client |
| Last Version | Last Version0.8.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionj-rpc-client
rpc base on json.
|
| Filename | Size |
|---|---|
| j-rpc-client-0.8.3.pom | |
| j-rpc-client-0.8.3.jar | 29 KB |
| j-rpc-client-0.8.3-sources.jar | 12 KB |
| j-rpc-client-0.8.3-javadoc.jar | 133 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jingshouyan/j-rpc-client/ -->
<dependency>
<groupId>com.github.jingshouyan</groupId>
<artifactId>j-rpc-client</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jingshouyan/j-rpc-client/
implementation 'com.github.jingshouyan:j-rpc-client:0.8.3'
// https://jarcasting.com/artifacts/com.github.jingshouyan/j-rpc-client/
implementation ("com.github.jingshouyan:j-rpc-client:0.8.3")
'com.github.jingshouyan:j-rpc-client:jar:0.8.3'
<dependency org="com.github.jingshouyan" name="j-rpc-client" rev="0.8.3">
<artifact name="j-rpc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jingshouyan', module='j-rpc-client', version='0.8.3')
)
libraryDependencies += "com.github.jingshouyan" % "j-rpc-client" % "0.8.3"
[com.github.jingshouyan/j-rpc-client "0.8.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.jingshouyan : j-rpc-base | jar | |
| com.github.jingshouyan : j-rpc-registry | jar | |
| org.apache.commons : commons-pool2 | jar | |
| org.slf4j : slf4j-api | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.4 |