The vlingo/PLATFORM Reactive Streams built on vlingo/actors.
<repositories>
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>io.vlingo</groupId>
<artifactId>vlingo-streams</artifactId>
<version>1.2.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
dependencies {
compile 'io.vlingo:vlingo-streams:1.2.5'
}
repositories {
jcenter()
}
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/.