v

vlingo-xoom-server

Reactive, scalable, and resilient HTTP servers and RESTful services running on vlingo/cluster and vlingo/actors.
https://github.com/vlingo/vlingo-xoom
Mozilla Public License 2.0
Kenny Bastani
Files download
File Operation
vlingo-xoom-server-1.2.1.jar download
vlingo-xoom-server-1.2.1.pom download
vlingo-xoom-server-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.vlingo</groupId>
  <artifactId>vlingo-xoom-server</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'io.vlingo:vlingo-xoom-server:1.2.1'
Gradle Kotlin
implementation("io.vlingo:vlingo-xoom-server:1.2.1")
Scala SBT
libraryDependencies += "io.vlingo" % "vlingo-xoom-server" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='io.vlingo', module='vlingo-xoom-server', version='1.2.1')
)
Apache Ivy
<dependency org="io.vlingo" name="vlingo-xoom-server" rev="1.2.1" />
Leiningen
[io.vlingo/vlingo-xoom-server "1.2.1"]
Apache Buildr
'io.vlingo:vlingo-xoom-server:jar:1.2.1'