is not current version
Last Version 1.1.0

org.carewebframework:org.carewebframework.vista.mbroker 1.0.1

This is a Java implementation of the CIA RPC broker client. It supports all of the features of this client including asynchronous RPC's and global event delivery. It requires a slightly modified version of the CIA RPC broker server code, which is provided in the KIDS installation package that is part of this distribution.

GroupId

GroupId

org.carewebframework
ArtifactId

ArtifactId

org.carewebframework.vista.mbroker
Version

Version

1.0.1
Type

Type

jar

Download org.carewebframework.vista.mbroker 1.0.1


<!-- https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.vista.mbroker/ -->
<dependency>
    <groupId>org.carewebframework</groupId>
    <artifactId>org.carewebframework.vista.mbroker</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.vista.mbroker/
implementation 'org.carewebframework:org.carewebframework.vista.mbroker:1.0.1'
// https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.vista.mbroker/
implementation ("org.carewebframework:org.carewebframework.vista.mbroker:1.0.1")
'org.carewebframework:org.carewebframework.vista.mbroker:jar:1.0.1'
<dependency org="org.carewebframework" name="org.carewebframework.vista.mbroker" rev="1.0.1">
  <artifact name="org.carewebframework.vista.mbroker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.carewebframework', module='org.carewebframework.vista.mbroker', version='1.0.1')
)
libraryDependencies += "org.carewebframework" % "org.carewebframework.vista.mbroker" % "1.0.1"
[org.carewebframework/org.carewebframework.vista.mbroker "1.0.1"]