MVN

ch.epfl.lamp : dotty-compiler_0.6

Maven & Gradle

Mar 04, 2018
4 usages
5.6k stars

dotty-compiler-bootstrapped · dotty-compiler-bootstrapped

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty-compiler_0.6</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
0.6.x
dotty-compiler_0.6-0.6.0
dotty-compiler_0.6-0.6.0-RC1
dotty-compiler_0.6-0.6.0-bin-20180117-4e4cddb-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20180116-4f54f49-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20180114-e64e2d3-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20180114-fc71ee6-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20180112-df85625-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20180108-aa6459e-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20180107-7e402a7-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20180105-84822d8-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20180104-7cd176f-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20180103-dc1bf9f-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20180102-be50d2c-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20180102-12ff291-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171231-6a46b07-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171230-2164c42-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171229-e1d2d56-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171223-f4abdd8-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171222-d4bb969-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171221-b61a193-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171220-0cdc425-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171219-48fde8b-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171218-88d016c-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171212-9de3905-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171211-a1c20d5-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171210-572b025-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171209-fd861b0-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171208-18767e0-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171207-63e491a-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171206-7848ef6-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171201-ca0725b-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171130-eb2472d-NIGHTLY
dotty-compiler_0.6-0.6.0-bin-20171129-868fc9b-NIGHTLY

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty-compiler_0.6</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ch.epfl.lamp:dotty-compiler_0.6:0.6.0'

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

implementation("ch.epfl.lamp:dotty-compiler_0.6:0.6.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "ch.epfl.lamp" % "dotty-compiler_0.6" % "0.6.0"