v

vlingo-xoom-server

The vlingo/xoom server provides a JVM microframework for the vlingo/PLATFORM that helps in building high-performance reactive microservices.
https://github.com/vlingo/vlingo-xoom-server
Mozilla Public License 2.0
Kenny Bastani
Files download
File Operation
vlingo-xoom-server-1.2.8.jar download
vlingo-xoom-server-1.2.8.pom download
vlingo-xoom-server-1.2.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.vlingo</groupId>
  <artifactId>vlingo-xoom-server</artifactId>
  <version>1.2.8</version>
</dependency>
Gradle Groovy
implementation 'io.vlingo:vlingo-xoom-server:1.2.8'
Gradle Kotlin
implementation("io.vlingo:vlingo-xoom-server:1.2.8")
Scala SBT
libraryDependencies += "io.vlingo" % "vlingo-xoom-server" % "1.2.8"
Groovy Grape
@Grapes(
  @Grab(group='io.vlingo', module='vlingo-xoom-server', version='1.2.8')
)
Apache Ivy
<dependency org="io.vlingo" name="vlingo-xoom-server" rev="1.2.8" />
Leiningen
[io.vlingo/vlingo-xoom-server "1.2.8"]
Apache Buildr
'io.vlingo:vlingo-xoom-server:jar:1.2.8'