MVN

ch.epfl.lamp : dotty_0.19

Maven & Gradle

Oct 31, 2019
5.6k stars

dotty-bootstrapped · dotty-bootstrapped

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty_0.19</artifactId>
    <version>0.19.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
0.19.x
dotty_0.19-0.19.1-bin-20190904-beba63a-NIGHTLY
dotty_0.19-0.19.1-bin-20190903-85962b1-NIGHTLY
dotty_0.19-0.19.1-bin-20190902-dc88e01-NIGHTLY
dotty_0.19-0.19.1-bin-20190901-e38e533-NIGHTLY
dotty_0.19-0.19.0
dotty_0.19-0.19.0-RC1
dotty_0.19-0.19.0-bin-20190919-cf58794-NIGHTLY
dotty_0.19-0.19.0-bin-20190918-16d507d-NIGHTLY
dotty_0.19-0.19.0-bin-20190918-dd68eb8-NIGHTLY
dotty_0.19-0.19.0-bin-20190917-dbeba79-NIGHTLY
dotty_0.19-0.19.0-bin-20190917-d821081-NIGHTLY
dotty_0.19-0.19.0-bin-20190917-ff52892-NIGHTLY
dotty_0.19-0.19.0-bin-20190917-d724f2b-NIGHTLY
dotty_0.19-0.19.0-bin-20190916-f89bd19-NIGHTLY
dotty_0.19-0.19.0-bin-20190915-6f6d973-NIGHTLY
dotty_0.19-0.19.0-bin-20190911-fba8e4f-NIGHTLY
dotty_0.19-0.19.0-bin-20190910-5687b18-NIGHTLY
dotty_0.19-0.19.0-bin-20190910-54266c1-NIGHTLY

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty_0.19</artifactId>
    <version>0.19.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ch.epfl.lamp:dotty_0.19:0.19.0'

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

implementation("ch.epfl.lamp:dotty_0.19:0.19.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "ch.epfl.lamp" % "dotty_0.19" % "0.19.0"

Advertisement