BroadcastingInterfaces

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

License

License

The BSD 3-Clause License
GroupId

GroupId

org.tickcode
ArtifactId

ArtifactId

BroadcastingInterfaces
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/tickcode/BroadcastingInterfaces

Download BroadcastingInterfaces

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
javassist : javassist jar 3.12.1.GA
redis.clients : jedis jar 2.1.0
commons-codec : commons-codec jar 1.7
com.esotericsoftware.kryo : kryo jar 2.20
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.2
0.1.1
0.0.1