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