Last Version

net.sf.doolin:doolin-bus 1.0.RC1

The Doolin Bus framework provides a way to send messages synchronously within the same application. It is extensively used by the Doolin GUI framework for internal communication between components.

Categories

Categories

Net
GroupId

GroupId

net.sf.doolin
ArtifactId

ArtifactId

doolin-bus
Version

Version

1.0.RC1
Type

Type

jar

Download doolin-bus 1.0.RC1


<!-- https://jarcasting.com/artifacts/net.sf.doolin/doolin-bus/ -->
<dependency>
    <groupId>net.sf.doolin</groupId>
    <artifactId>doolin-bus</artifactId>
    <version>1.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.doolin/doolin-bus/
implementation 'net.sf.doolin:doolin-bus:1.0.RC1'
// https://jarcasting.com/artifacts/net.sf.doolin/doolin-bus/
implementation ("net.sf.doolin:doolin-bus:1.0.RC1")
'net.sf.doolin:doolin-bus:jar:1.0.RC1'
<dependency org="net.sf.doolin" name="doolin-bus" rev="1.0.RC1">
  <artifact name="doolin-bus" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.doolin', module='doolin-bus', version='1.0.RC1')
)
libraryDependencies += "net.sf.doolin" % "doolin-bus" % "1.0.RC1"
[net.sf.doolin/doolin-bus "1.0.RC1"]