is not current version
Last Version 0.1.2

org.tickcode:BroadcastingInterfaces 0.0.1

A framework that automatically generates an implementation for messaging between decoupled objects within and between virtual machines by simply defining an interface.

GroupId

GroupId

org.tickcode
ArtifactId

ArtifactId

BroadcastingInterfaces
Version

Version

0.0.1
Type

Type

jar

Download BroadcastingInterfaces 0.0.1


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