m

module-messaging

Contains the classes to send and receive async messages.
https://engine.yildiz-games.be
Files download
File Operation
module-messaging-3.0.0.jar download
module-messaging-3.0.0.pom download
module-messaging-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>module-messaging</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:module-messaging:3.0.0'
Gradle Kotlin
implementation("be.yildiz-games:module-messaging:3.0.0")
Scala SBT
libraryDependencies += "be.yildiz-games" % "module-messaging" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='module-messaging', version='3.0.0')
)
Apache Ivy
<dependency org="be.yildiz-games" name="module-messaging" rev="3.0.0" />
Leiningen
[be.yildiz-games/module-messaging "3.0.0"]
Apache Buildr
'be.yildiz-games:module-messaging:jar:3.0.0'