| License |
License
The BSD 3-Clause License
|
|---|---|
| GroupId | GroupIdorg.tickcode |
| ArtifactId | ArtifactIdBroadcastingInterfaces |
| Last Version | Last Version0.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBroadcastingInterfaces
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://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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |