MVN

me.jeffshaw.depthfirst : depthfirst_2.10

Maven & Gradle

Jul 31, 2017
9 stars

depthfirst · A fast implementation of flatMap, map, and withFilter for large collections.

<dependency>
    <groupId>me.jeffshaw.depthfirst</groupId>
    <artifactId>depthfirst_2.10</artifactId>
    <version>0.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.jeffshaw.depthfirst : depthfirst_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0-M1

All Versions

Choose a version of me.jeffshaw.depthfirst : depthfirst_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0
depthfirst_2.10-0.0-M1
depthfirst_2.10-0.0-M0

How to add a dependency to Maven

Add the following me.jeffshaw.depthfirst : depthfirst_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.jeffshaw.depthfirst</groupId>
    <artifactId>depthfirst_2.10</artifactId>
    <version>0.0-M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.jeffshaw.depthfirst : depthfirst_2.10 gradle dependency to your build.gradle file:

implementation 'me.jeffshaw.depthfirst:depthfirst_2.10:0.0-M1'

Gradle Kotlin DSL: Add the following me.jeffshaw.depthfirst : depthfirst_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("me.jeffshaw.depthfirst:depthfirst_2.10:0.0-M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.jeffshaw.depthfirst : depthfirst_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "me.jeffshaw.depthfirst" % "depthfirst_2.10" % "0.0-M1"

Advertisement