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