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