MVN

ch.epfl.lamp : dotty_0.5

Maven & Gradle

Nov 29, 2017
5.6k stars

dotty-bootstrapped · dotty-bootstrapped

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty_0.5</artifactId>
    <version>0.5.0-bin-20171128-e98ee92-NIGHTLY</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.epfl.lamp : dotty_0.5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0-bin-20171128-e98ee92-NIGHTLY
  • Latest Release Candidate: 0.5.0-RC1

All Versions

Choose a version of ch.epfl.lamp : dotty_0.5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
dotty_0.5-0.5.0-RC1
dotty_0.5-0.5.0-bin-20171128-e98ee92-NIGHTLY
dotty_0.5-0.5.0-bin-20171128-41cc996-NIGHTLY
dotty_0.5-0.5.0-bin-20171127-924234f-NIGHTLY
dotty_0.5-0.5.0-bin-20171124-7fa8a93-NIGHTLY
dotty_0.5-0.5.0-bin-20171123-6cceefc-NIGHTLY
dotty_0.5-0.5.0-bin-20171122-331bc47-NIGHTLY
dotty_0.5-0.5.0-bin-20171121-1d24b19-NIGHTLY
dotty_0.5-0.5.0-bin-20171120-c48f7b0-NIGHTLY
dotty_0.5-0.5.0-bin-20171119-4fefb64-NIGHTLY
dotty_0.5-0.5.0-bin-20171118-b4e8acd-NIGHTLY
dotty_0.5-0.5.0-bin-20171117-0155804-NIGHTLY
dotty_0.5-0.5.0-bin-20171116-96d8661-NIGHTLY
dotty_0.5-0.5.0-bin-20171115-745fae6-NIGHTLY
dotty_0.5-0.5.0-bin-20171114-f728134-NIGHTLY
dotty_0.5-0.5.0-bin-20171113-8b78497-NIGHTLY
dotty_0.5-0.5.0-bin-20171108-28f6c3f-NIGHTLY
dotty_0.5-0.5.0-bin-20171107-42577bb-NIGHTLY
dotty_0.5-0.5.0-bin-20171106-45387e2-NIGHTLY
dotty_0.5-0.5.0-bin-20171103-22ff8a4-NIGHTLY
dotty_0.5-0.5.0-bin-20171102-cbb481c-NIGHTLY
dotty_0.5-0.5.0-bin-20171101-dfe45fc-NIGHTLY
dotty_0.5-0.5.0-bin-20171031-3a72da6-NIGHTLY
dotty_0.5-0.5.0-bin-20171030-6398448-NIGHTLY
dotty_0.5-0.5.0-bin-20171029-ec54e63-NIGHTLY
dotty_0.5-0.5.0-bin-20171027-68cc7ee-NIGHTLY
dotty_0.5-0.5.0-bin-20171026-0202822-NIGHTLY
dotty_0.5-0.5.0-bin-20171025-3eff831-NIGHTLY
dotty_0.5-0.5.0-bin-20171024-431f0fc-NIGHTLY
dotty_0.5-0.5.0-bin-20171023-e1365d9-NIGHTLY
dotty_0.5-0.5.0-bin-20171022-0438e48-NIGHTLY
dotty_0.5-0.5.0-bin-20171020-4dc4bd6-NIGHTLY
dotty_0.5-0.5.0-bin-20171019-174444d-NIGHTLY
dotty_0.5-0.5.0-bin-20171018-b7fbb39-NIGHTLY
dotty_0.5-0.5.0-bin-20171017-0c7aa9d-NIGHTLY
dotty_0.5-0.5.0-bin-20171016-dd1882b-NIGHTLY

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty_0.5</artifactId>
    <version>0.5.0-bin-20171128-e98ee92-NIGHTLY</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.epfl.lamp : dotty_0.5 gradle dependency to your build.gradle file:

implementation 'ch.epfl.lamp:dotty_0.5:0.5.0-bin-20171128-e98ee92-NIGHTLY'

Gradle Kotlin DSL: Add the following ch.epfl.lamp : dotty_0.5 gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.epfl.lamp:dotty_0.5:0.5.0-bin-20171128-e98ee92-NIGHTLY")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.epfl.lamp : dotty_0.5 sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.epfl.lamp" % "dotty_0.5" % "0.5.0-bin-20171128-e98ee92-NIGHTLY"

Advertisement