Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.apexes.wsonrpc |
ArtifactId | ArtifactIdwsonrpc-client |
Version | Version2.1.13 |
Type | Typejar |
Filename | Size |
---|---|
wsonrpc-client-2.1.13.pom | |
wsonrpc-client-2.1.13.jar | 62 KB |
wsonrpc-client-2.1.13-sources.jar | 34 KB |
wsonrpc-client-2.1.13-javadoc.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.apexes.wsonrpc/wsonrpc-client/ -->
<dependency>
<groupId>net.apexes.wsonrpc</groupId>
<artifactId>wsonrpc-client</artifactId>
<version>2.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/net.apexes.wsonrpc/wsonrpc-client/
implementation 'net.apexes.wsonrpc:wsonrpc-client:2.1.13'
// https://jarcasting.com/artifacts/net.apexes.wsonrpc/wsonrpc-client/
implementation ("net.apexes.wsonrpc:wsonrpc-client:2.1.13")
'net.apexes.wsonrpc:wsonrpc-client:jar:2.1.13'
<dependency org="net.apexes.wsonrpc" name="wsonrpc-client" rev="2.1.13">
<artifact name="wsonrpc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.apexes.wsonrpc', module='wsonrpc-client', version='2.1.13')
)
libraryDependencies += "net.apexes.wsonrpc" % "wsonrpc-client" % "2.1.13"
[net.apexes.wsonrpc/wsonrpc-client "2.1.13"]