MVN

ch.epfl.lamp : dotty-library_0.11

Maven & Gradle

Jan 18, 2019
3 usages
5.6k stars

dotty-library-bootstrapped · dotty-library-bootstrapped

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty-library_0.11</artifactId>
    <version>0.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.11.0
  • Latest Release Candidate: 0.11.0-RC1

All Versions

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

Version Vulnerabilities Updated
0.11.x
dotty-library_0.11-0.11.0
dotty-library_0.11-0.11.0-RC1
dotty-library_0.11-0.11.0-bin-20181125-92bbb6e-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181124-d56af69-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181123-9a9aa31-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181122-74c405e-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181121-d6e67d4-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181120-2ac1401-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181119-0a1aed2-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181116-2d23cba-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181115-4bd5115-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181114-7a86d5b-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181113-bf5ba46-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181112-9eed6e6-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181111-180c8df-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181111-a043541-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181109-a9029dc-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181108-45eb6aa-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181106-2cc525a-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181105-f2b0b8a-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181104-c04eb15-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181103-f5b9572-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181102-d13a467-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181101-4075b97-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181101-4100f88-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181101-714ce80-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181031-5a465af-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181029-0fcbfdb-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181026-cedef0d-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181025-8031978-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181024-05ddfda-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181023-54cc7f5-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181022-49db535-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181020-f758994-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181019-2f64743-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181018-24331a9-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181017-a821035-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181017-3253921-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181016-ceafaed-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181015-d3a0ac8-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181012-7e5f0a2-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181011-7027670-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181010-97c63aa-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181009-9d12693-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181008-7463afe-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181007-f86c6ed-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181006-bb6a6cb-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181005-786e6da-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181004-3f86587-NIGHTLY
dotty-library_0.11-0.11.0-bin-20181003-3eee37d-NIGHTLY

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty-library_0.11</artifactId>
    <version>0.11.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ch.epfl.lamp:dotty-library_0.11:0.11.0'

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

implementation("ch.epfl.lamp:dotty-library_0.11:0.11.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "ch.epfl.lamp" % "dotty-library_0.11" % "0.11.0"