/vlingo-streams

The vlingo/PLATFORM Reactive Streams built on vlingo/actors.

Primary LanguageJavaMozilla Public License 2.0MPL-2.0

vlingo-streams

Javadocs Build Status Download Gitter chat

The vlingo/PLATFORM Reactive Streams built on vlingo/actors.

Bintray

  <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()
}

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/.