License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdco.present.rpc |
ArtifactId | ArtifactIdclient |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionPresent RPC client library
Present RPC client library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-0.1.pom | |
client-0.1.jar | 7 KB |
client-0.1-sources.jar | 2 KB |
client-0.1-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.present.rpc/client/ -->
<dependency>
<groupId>co.present.rpc</groupId>
<artifactId>client</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.present.rpc/client/
implementation 'co.present.rpc:client:0.1'
// https://jarcasting.com/artifacts/co.present.rpc/client/
implementation ("co.present.rpc:client:0.1")
'co.present.rpc:client:jar:0.1'
<dependency org="co.present.rpc" name="client" rev="0.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.present.rpc', module='client', version='0.1')
)
libraryDependencies += "co.present.rpc" % "client" % "0.1"
[co.present.rpc/client "0.1"]
Group / Artifact | Type | Version |
---|---|---|
co.present.rpc : core | jar | 0.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.5 |
com.squareup.okhttp3 : okhttp | jar | 3.9.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
com.squareup.wire : wire-runtime | jar | 2.2.0 |
com.squareup.wire : wire-gson-support | jar | 2.2.0 |