MVN

ch.epfl.lamp : dotty_0.23

Maven & Gradle

Apr 27, 2020
5.6k stars

dotty-bootstrapped · dotty-bootstrapped

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
0.23.x
dotty_0.23-0.23.0
dotty_0.23-0.23.0-RC1
dotty_0.23-0.23.0-bin-20200316-6948038-NIGHTLY
dotty_0.23-0.23.0-bin-20200315-adc44da-NIGHTLY
dotty_0.23-0.23.0-bin-20200314-b08d746-NIGHTLY
dotty_0.23-0.23.0-bin-20200313-ea27651-NIGHTLY
dotty_0.23-0.23.0-bin-20200312-b64b8a9-NIGHTLY
dotty_0.23-0.23.0-bin-20200305-84f2e41-NIGHTLY
dotty_0.23-0.23.0-bin-20200304-16c30fb-NIGHTLY
dotty_0.23-0.23.0-bin-20200303-df0bb24-NIGHTLY
dotty_0.23-0.23.0-bin-20200302-f6e057c-NIGHTLY
dotty_0.23-0.23.0-bin-20200301-d989caf-NIGHTLY
dotty_0.23-0.23.0-bin-20200229-58a5620-NIGHTLY
dotty_0.23-0.23.0-bin-20200228-d37a543-NIGHTLY
dotty_0.23-0.23.0-bin-20200227-63343d2-NIGHTLY
dotty_0.23-0.23.0-bin-20200226-1955f75-NIGHTLY
dotty_0.23-0.23.0-bin-20200225-04d5068-NIGHTLY
dotty_0.23-0.23.0-bin-20200224-3e68e93-NIGHTLY
dotty_0.23-0.23.0-bin-20200222-811dc19-NIGHTLY
dotty_0.23-0.23.0-bin-20200220-228e593-NIGHTLY
dotty_0.23-0.23.0-bin-20200219-dd7b841-NIGHTLY
dotty_0.23-0.23.0-bin-20200218-98103a2-NIGHTLY
dotty_0.23-0.23.0-bin-20200217-e8fa408-NIGHTLY
dotty_0.23-0.23.0-bin-20200216-b4e037c-NIGHTLY
dotty_0.23-0.23.0-bin-20200214-5374d91-NIGHTLY
dotty_0.23-0.23.0-bin-20200213-26de50a-NIGHTLY
dotty_0.23-0.23.0-bin-20200212-0aaa769-NIGHTLY
dotty_0.23-0.23.0-bin-20200211-5b006fb-NIGHTLY
dotty_0.23-0.23.0-bin-20200210-0dc07b0-NIGHTLY
dotty_0.23-0.23.0-bin-20200209-25cdd9e-NIGHTLY
dotty_0.23-0.23.0-bin-20200208-ce39ddb-NIGHTLY
dotty_0.23-0.23.0-bin-20200207-5674066-NIGHTLY
dotty_0.23-0.23.0-bin-20200206-4d2ef01-NIGHTLY
dotty_0.23-0.23.0-bin-20200205-3f919dd-NIGHTLY
dotty_0.23-0.23.0-bin-20200204-46aec62-NIGHTLY
dotty_0.23-0.23.0-bin-20200203-2ced64f-NIGHTLY

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty_0.23</artifactId>
    <version>0.23.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ch.epfl.lamp:dotty_0.23:0.23.0'

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

implementation("ch.epfl.lamp:dotty_0.23:0.23.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "ch.epfl.lamp" % "dotty_0.23" % "0.23.0"

Advertisement