MVN

com.nanosai : stream-ops

Maven & Gradle

Oct 19, 2019
48 stars

Stream Ops for Java · Stream Ops for Java is an open source toolkit containing an embeddable data streaming engine and a stream processing API.

<dependency>
    <groupId>com.nanosai</groupId>
    <artifactId>stream-ops</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nanosai : stream-ops to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of com.nanosai : stream-ops to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
stream-ops-0.7.0

How to add a dependency to Maven

Add the following com.nanosai : stream-ops maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nanosai</groupId>
    <artifactId>stream-ops</artifactId>
    <version>0.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nanosai : stream-ops gradle dependency to your build.gradle file:

implementation 'com.nanosai:stream-ops:0.7.0'

Gradle Kotlin DSL: Add the following com.nanosai : stream-ops gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nanosai:stream-ops:0.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nanosai : stream-ops sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nanosai" % "stream-ops" % "0.7.0"

Advertisement

Dependencies from Group

Jun 26, 2020
1 usages
41 stars
May 01, 2020
1 usages
41 stars
Apr 08, 2017
29 stars
Oct 19, 2019
48 stars

Discover Dependencies