MVN

ch.epfl.lamp : scala-library_2.11

Maven & Gradle

Jan 06, 2017
5.6k stars

scala-library · scala-library

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>scala-library_2.11</artifactId>
    <version>0.1-20170105-42eb864-NIGHTLY</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.epfl.lamp : scala-library_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1-20170105-42eb864-NIGHTLY

All Versions

Choose a version of ch.epfl.lamp : scala-library_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
scala-library_2.11-0.1-20170105-42eb864-NIGHTLY
scala-library_2.11-0.1-20170104-3922cce-NIGHTLY
scala-library_2.11-0.1-20170103-7997ca5-NIGHTLY
scala-library_2.11-0.1-20161228-39c27b6-NIGHTLY
scala-library_2.11-0.1-20161227-5b984ac-NIGHTLY
scala-library_2.11-0.1-20161226-1b3649d-NIGHTLY
scala-library_2.11-0.1-20161225-1254fe4-NIGHTLY
scala-library_2.11-0.1-20161222-1197257-NIGHTLY
scala-library_2.11-0.1-20161221-404ce76-NIGHTLY
scala-library_2.11-0.1-20161220-098c50a-NIGHTLY
scala-library_2.11-0.1-20161219-e23c278-NIGHTLY
scala-library_2.11-0.1-20161218-59f783a-NIGHTLY
scala-library_2.11-0.1-20161217-5df985c-NIGHTLY
scala-library_2.11-0.1-20161216-ee5dd32-NIGHTLY
scala-library_2.11-0.1-20161215-a5620ab-NIGHTLY
scala-library_2.11-0.1-20161214-ba06bf0-NIGHTLY
scala-library_2.11-0.1-20161212-7775aab-NIGHTLY
scala-library_2.11-0.1-20161211-740ccf8-NIGHTLY
scala-library_2.11-0.1-20161210-d900813-NIGHTLY
scala-library_2.11-0.1-20161208-ac160ea-NIGHTLY
scala-library_2.11-0.1-20161203-9ceed92-NIGHTLY
scala-library_2.11-0.1-20161201-47d2084-NIGHTLY
scala-library_2.11-0.1-20161130-b9350f4-NIGHTLY
scala-library_2.11-0.1-20161129-3f7614a-NIGHTLY

How to add a dependency to Maven

Add the following ch.epfl.lamp : scala-library_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>scala-library_2.11</artifactId>
    <version>0.1-20170105-42eb864-NIGHTLY</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.epfl.lamp : scala-library_2.11 gradle dependency to your build.gradle file:

implementation 'ch.epfl.lamp:scala-library_2.11:0.1-20170105-42eb864-NIGHTLY'

Gradle Kotlin DSL: Add the following ch.epfl.lamp : scala-library_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.epfl.lamp:scala-library_2.11:0.1-20170105-42eb864-NIGHTLY")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.epfl.lamp : scala-library_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.epfl.lamp" % "scala-library_2.11" % "0.1-20170105-42eb864-NIGHTLY"

Advertisement