Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdus.hornerscorners.vista |
ArtifactId | ArtifactIdRpcClient |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
RpcClient-1.3.pom | |
RpcClient-1.3.jar | 23 KB |
RpcClient-1.3-sources.jar | 22 KB |
RpcClient-1.3-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/us.hornerscorners.vista/RpcClient/ -->
<dependency>
<groupId>us.hornerscorners.vista</groupId>
<artifactId>RpcClient</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/us.hornerscorners.vista/RpcClient/
implementation 'us.hornerscorners.vista:RpcClient:1.3'
// https://jarcasting.com/artifacts/us.hornerscorners.vista/RpcClient/
implementation ("us.hornerscorners.vista:RpcClient:1.3")
'us.hornerscorners.vista:RpcClient:jar:1.3'
<dependency org="us.hornerscorners.vista" name="RpcClient" rev="1.3">
<artifact name="RpcClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.hornerscorners.vista', module='RpcClient', version='1.3')
)
libraryDependencies += "us.hornerscorners.vista" % "RpcClient" % "1.3"
[us.hornerscorners.vista/RpcClient "1.3"]