MVN

org.jwall : streams-moa

Maven & Gradle

Sep 30, 2014

streams-moa · This artifact includes the MOA learning toolbox into the streams Library

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

Latest Version

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

  • Latest Stable: 0.0.4

All Versions

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

Version Vulnerabilities Updated
0.0.x
streams-moa-0.0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jwall</groupId>
    <artifactId>streams-moa</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jwall:streams-moa:0.0.4'

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

implementation("org.jwall:streams-moa:0.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jwall" % "streams-moa" % "0.0.4"

Advertisement