MVN

ch.epfl.lamp : dotty_0.24

Maven & Gradle

Jun 11, 2020
5.6k stars

dotty-bootstrapped · dotty-bootstrapped

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
0.24.x
dotty_0.24-0.24.0
dotty_0.24-0.24.0-RC1
dotty_0.24-0.24.0-bin-20200426-1be5c23-NIGHTLY
dotty_0.24-0.24.0-bin-20200425-f2e5fd0-NIGHTLY
dotty_0.24-0.24.0-bin-20200424-17d1633-NIGHTLY
dotty_0.24-0.24.0-bin-20200423-38cb5e3-NIGHTLY
dotty_0.24-0.24.0-bin-20200422-0db5976-NIGHTLY
dotty_0.24-0.24.0-bin-20200421-5ec51f2-NIGHTLY
dotty_0.24-0.24.0-bin-20200420-c560211-NIGHTLY
dotty_0.24-0.24.0-bin-20200418-06a118e-NIGHTLY
dotty_0.24-0.24.0-bin-20200417-8884ec0-NIGHTLY
dotty_0.24-0.24.0-bin-20200416-979d097-NIGHTLY
dotty_0.24-0.24.0-bin-20200412-bd1fff2-NIGHTLY
dotty_0.24-0.24.0-bin-20200410-85ab20f-NIGHTLY
dotty_0.24-0.24.0-bin-20200409-f64e879-NIGHTLY
dotty_0.24-0.24.0-bin-20200408-4cc224b-NIGHTLY
dotty_0.24-0.24.0-bin-20200407-2352d90-NIGHTLY
dotty_0.24-0.24.0-bin-20200406-eff5496-NIGHTLY
dotty_0.24-0.24.0-bin-20200405-060a3ec-NIGHTLY
dotty_0.24-0.24.0-bin-20200404-3d26c53-NIGHTLY
dotty_0.24-0.24.0-bin-20200403-2c3212b-NIGHTLY
dotty_0.24-0.24.0-bin-20200402-3e888f2-NIGHTLY
dotty_0.24-0.24.0-bin-20200401-0bd0fcf-NIGHTLY
dotty_0.24-0.24.0-bin-20200331-7a28eef-NIGHTLY
dotty_0.24-0.24.0-bin-20200330-3eafc18-NIGHTLY
dotty_0.24-0.24.0-bin-20200329-2dfb359-NIGHTLY
dotty_0.24-0.24.0-bin-20200328-3d17b02-NIGHTLY
dotty_0.24-0.24.0-bin-20200327-64d6536-NIGHTLY
dotty_0.24-0.24.0-bin-20200326-a324502-NIGHTLY
dotty_0.24-0.24.0-bin-20200325-37eec14-NIGHTLY
dotty_0.24-0.24.0-bin-20200324-6cd3a9d-NIGHTLY
dotty_0.24-0.24.0-bin-20200323-16b74d8-NIGHTLY
dotty_0.24-0.24.0-bin-20200322-42932dc-NIGHTLY
dotty_0.24-0.24.0-bin-20200321-4df9b6f-NIGHTLY
dotty_0.24-0.24.0-bin-20200320-30f8c6f-NIGHTLY
dotty_0.24-0.24.0-bin-20200319-97c3a1e-NIGHTLY
dotty_0.24-0.24.0-bin-20200318-7a4f8ad-NIGHTLY
dotty_0.24-0.24.0-bin-20200318-d9df0a2-NIGHTLY

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty_0.24</artifactId>
    <version>0.24.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ch.epfl.lamp:dotty_0.24:0.24.0'

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

implementation("ch.epfl.lamp:dotty_0.24:0.24.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "ch.epfl.lamp" % "dotty_0.24" % "0.24.0"

Advertisement