vlingo-xoom
The VLINGO/XOOM provides a JVM microframework for the VLINGO/PLATFORM that accelerates building high-performance reactive microservices.
Docs: https://docs.vlingo.io/vlingo-xoom
Bintray
<repositories>
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>io.vlingo</groupId>
<artifactId>vlingo-xoom</artifactId>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
dependencies {
compile 'io.vlingo:vlingo-xoom:1.3.0'
}
repositories {
jcenter()
}
Development
License (See LICENSE file for full license)
Copyright © 2012-2020 VLINGO LABS. All rights reserved.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.