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