MVN

org.jwall : streams-plotter

Maven & Gradle

Jan 12, 2016
4 usages

streams-plotter · A small package providing various plotter processors for the stream-api

<dependency>
    <groupId>org.jwall</groupId>
    <artifactId>streams-plotter</artifactId>
    <version>0.9.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.24

All Versions

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

Version Vulnerabilities Updated
0.9.x
streams-plotter-0.9.24
streams-plotter-0.9.23
streams-plotter-0.9.22
streams-plotter-0.9.20
streams-plotter-0.9.19
streams-plotter-0.9.18
streams-plotter-0.9.17
streams-plotter-0.9.16
streams-plotter-0.9.15
streams-plotter-0.9.14
streams-plotter-0.9.13
streams-plotter-0.9.12
streams-plotter-0.9.11

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jwall</groupId>
    <artifactId>streams-plotter</artifactId>
    <version>0.9.24</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jwall:streams-plotter:0.9.24'

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

implementation("org.jwall:streams-plotter:0.9.24")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jwall" % "streams-plotter" % "0.9.24"