is not current version
Last Version 1.1.1

org.terracotta:ipc-eventbus 1.0.2

A library that offers a local and remote event bus system and process launching capabilities, with inter-process communication

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

org.terracotta
ArtifactId

ArtifactId

ipc-eventbus
Version

Version

1.0.2
Type

Type

jar

Download ipc-eventbus 1.0.2


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