MVN

org.deephacks.streamql : streamql

Maven & Gradle

Apr 28, 2014
1 usages
5 stars

streamql · Predicate and ordering for java.util.stream.Stream using a minimal query language.

<dependency>
    <groupId>org.deephacks.streamql</groupId>
    <artifactId>streamql</artifactId>
    <version>0.5.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.deephacks.streamql : streamql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.8

All Versions

Choose a version of org.deephacks.streamql : streamql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
streamql-0.5.8

How to add a dependency to Maven

Add the following org.deephacks.streamql : streamql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.deephacks.streamql</groupId>
    <artifactId>streamql</artifactId>
    <version>0.5.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.deephacks.streamql : streamql gradle dependency to your build.gradle file:

implementation 'org.deephacks.streamql:streamql:0.5.8'

Gradle Kotlin DSL: Add the following org.deephacks.streamql : streamql gradle kotlin dependency to your build.gradle.kts file:

implementation("org.deephacks.streamql:streamql:0.5.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.deephacks.streamql : streamql sbt scala dependency to your build.sbt file:

libraryDependencies += "org.deephacks.streamql" % "streamql" % "0.5.8"

Advertisement