MVN

com.github.max-leuthaeuser : scroll_2.12

Maven & Gradle

Feb 12, 2019
2 usages
22 stars

SCROLL · SCROLL

<dependency>
    <groupId>com.github.max-leuthaeuser</groupId>
    <artifactId>scroll_2.12</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.max-leuthaeuser : scroll_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of com.github.max-leuthaeuser : scroll_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • scroll_2.12-1.9

    Feb 12, 2019
  • scroll_2.12-1.8

    Jan 07, 2019
  • scroll_2.12-1.7

    Nov 28, 2018
  • scroll_2.12-1.61

    Nov 07, 2018
  • scroll_2.12-1.6

    Aug 29, 2018
  • scroll_2.12-1.5

    Feb 02, 2018
  • scroll_2.12-1.4

    Dec 01, 2017
  • scroll_2.12-1.3.3

    Oct 17, 2017
  • scroll_2.12-1.3.2

    Oct 17, 2017
  • scroll_2.12-1.3.1

    Apr 07, 2017
  • scroll_2.12-1.3.0

    Jan 18, 2017
  • scroll_2.12-1.2.0

    Nov 21, 2016
  • scroll_2.12-1.1.0

    Nov 09, 2016
  • scroll_2.12-1.0.0

    Nov 04, 2016

How to add a dependency to Maven

Add the following com.github.max-leuthaeuser : scroll_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.max-leuthaeuser</groupId>
    <artifactId>scroll_2.12</artifactId>
    <version>1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.max-leuthaeuser : scroll_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.max-leuthaeuser:scroll_2.12:1.9'

Gradle Kotlin DSL: Add the following com.github.max-leuthaeuser : scroll_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.max-leuthaeuser:scroll_2.12:1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.max-leuthaeuser : scroll_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.max-leuthaeuser" % "scroll_2.12" % "1.9"