MVN

org.jwall : stream-core

Maven & Gradle

Jun 04, 2013
3 usages

stream-core

<dependency>
    <groupId>org.jwall</groupId>
    <artifactId>stream-core</artifactId>
    <version>0.9.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jwall : stream-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.10

All Versions

Choose a version of org.jwall : stream-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
stream-core-0.9.10
stream-core-0.9.9
stream-core-0.9.8
stream-core-0.9.7
stream-core-0.9.6
stream-core-0.9.5
stream-core-0.9.4
stream-core-0.9.3
stream-core-0.9.2
stream-core-0.9.1
stream-core-0.9.0

How to add a dependency to Maven

Add the following org.jwall : stream-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jwall</groupId>
    <artifactId>stream-core</artifactId>
    <version>0.9.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jwall : stream-core gradle dependency to your build.gradle file:

implementation 'org.jwall:stream-core:0.9.10'

Gradle Kotlin DSL: Add the following org.jwall : stream-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jwall:stream-core:0.9.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jwall : stream-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jwall" % "stream-core" % "0.9.10"

Advertisement