x

xoom-lattice

Tooling for reactive Domain-Driven Design projects that are highly concurrent. Includes compute grid, actor caching, spaces, cross-node cluster messaging, CQRS, and Event Sourcing support.
https://github.com/vlingo/xoom-lattice
Mozilla Public License 2.0
VLINGO XOOM Team
Files download
File Operation
xoom-lattice-1.7.5.jar download
xoom-lattice-1.7.5.pom download
xoom-lattice-1.7.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.vlingo.xoom</groupId>
  <artifactId>xoom-lattice</artifactId>
  <version>1.7.5</version>
</dependency>
Gradle Groovy
implementation 'io.vlingo.xoom:xoom-lattice:1.7.5'
Gradle Kotlin
implementation("io.vlingo.xoom:xoom-lattice:1.7.5")
Scala SBT
libraryDependencies += "io.vlingo.xoom" % "xoom-lattice" % "1.7.5"
Groovy Grape
@Grapes(
  @Grab(group='io.vlingo.xoom', module='xoom-lattice', version='1.7.5')
)
Apache Ivy
<dependency org="io.vlingo.xoom" name="xoom-lattice" rev="1.7.5" />
Leiningen
[io.vlingo.xoom/xoom-lattice "1.7.5"]
Apache Buildr
'io.vlingo.xoom:xoom-lattice:jar:1.7.5'