is not current version
Last Version 1.6

us.hornerscorners.vista:RpcClient 1.5

RpcClient provides a RpcConnection object used to connect to VistA and execute IRemoteProcedure (Remote Procedure Calls)

Categories

Categories

CLI User Interface
GroupId

GroupId

us.hornerscorners.vista
ArtifactId

ArtifactId

RpcClient
Version

Version

1.5
Type

Type

jar

Download RpcClient 1.5


<!-- 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"]