is not current version
Last Version 3.10

de.ruedigermoeller:fast-cast 2.0

a fast brokerless messaging library based on reliable UDP multicast networking

GroupId

GroupId

de.ruedigermoeller
ArtifactId

ArtifactId

fast-cast
Version

Version

2.0
Type

Type

jar

Download fast-cast 2.0


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