License |
License |
---|---|
Categories |
CategoriesNet CLI User Interface |
GroupId | GroupIdnet.apexes.wsonrpc |
ArtifactId | ArtifactIdwsonrpc-client |
Last Version | Last Version2.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSON-RPC over websocket
|
Filename | Size |
---|---|
wsonrpc-client-2.5.1.pom | |
wsonrpc-client-2.5.1.jar | 67 KB |
wsonrpc-client-2.5.1-sources.jar | 36 KB |
wsonrpc-client-2.5.1-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.apexes.wsonrpc/wsonrpc-client/ -->
<dependency>
<groupId>net.apexes.wsonrpc</groupId>
<artifactId>wsonrpc-client</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.apexes.wsonrpc/wsonrpc-client/
implementation 'net.apexes.wsonrpc:wsonrpc-client:2.5.1'
// https://jarcasting.com/artifacts/net.apexes.wsonrpc/wsonrpc-client/
implementation ("net.apexes.wsonrpc:wsonrpc-client:2.5.1")
'net.apexes.wsonrpc:wsonrpc-client:jar:2.5.1'
<dependency org="net.apexes.wsonrpc" name="wsonrpc-client" rev="2.5.1">
<artifact name="wsonrpc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.apexes.wsonrpc', module='wsonrpc-client', version='2.5.1')
)
libraryDependencies += "net.apexes.wsonrpc" % "wsonrpc-client" % "2.5.1"
[net.apexes.wsonrpc/wsonrpc-client "2.5.1"]
Group / Artifact | Type | Version |
---|---|---|
net.apexes.wsonrpc : wsonrpc-core | jar | 2.5.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.6 |
org.glassfish.tyrus.bundles : tyrus-standalone-client-jdk | jar | 1.15 |
org.java-websocket : Java-WebSocket | jar | 1.4.0 |
com.google.code.gson : gson | jar | 2.8.5 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9 |