MVN

ch.epfl.lamp : dotty_0.17

Maven & Gradle

Aug 30, 2019
5.6k stars

dotty-bootstrapped · dotty-bootstrapped

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
0.17.x
dotty_0.17-0.17.0
dotty_0.17-0.17.0-RC1
dotty_0.17-0.17.0-bin-20190711-e2130b9-NIGHTLY
dotty_0.17-0.17.0-bin-20190710-9375804-NIGHTLY
dotty_0.17-0.17.0-bin-20190709-bbc0df7-NIGHTLY
dotty_0.17-0.17.0-bin-20190708-dfa1a91-NIGHTLY
dotty_0.17-0.17.0-bin-20190705-2b7cf02-NIGHTLY
dotty_0.17-0.17.0-bin-20190704-3c99306-NIGHTLY
dotty_0.17-0.17.0-bin-20190704-dc0f865-NIGHTLY
dotty_0.17-0.17.0-bin-20190627-c3dbd50-NIGHTLY
dotty_0.17-0.17.0-bin-20190626-42c422b-NIGHTLY
dotty_0.17-0.17.0-bin-20190625-10526a7-NIGHTLY
dotty_0.17-0.17.0-bin-20190624-1268474-NIGHTLY
dotty_0.17-0.17.0-bin-20190623-49c4a12-NIGHTLY
dotty_0.17-0.17.0-bin-20190622-b5a6963-NIGHTLY
dotty_0.17-0.17.0-bin-20190621-b8ed0df-NIGHTLY
dotty_0.17-0.17.0-bin-20190620-aef831a-NIGHTLY
dotty_0.17-0.17.0-bin-20190619-0a67182-NIGHTLY
dotty_0.17-0.17.0-bin-20190618-dc62333-NIGHTLY
dotty_0.17-0.17.0-bin-20190617-de5443f-NIGHTLY
dotty_0.17-0.17.0-bin-20190615-eb27b4a-NIGHTLY
dotty_0.17-0.17.0-bin-20190614-655fbfe-NIGHTLY
dotty_0.17-0.17.0-bin-20190612-401742a-NIGHTLY
dotty_0.17-0.17.0-bin-20190611-af94cfc-NIGHTLY
dotty_0.17-0.17.0-bin-20190610-5188531-NIGHTLY
dotty_0.17-0.17.0-bin-20190609-74ec0ca-NIGHTLY
dotty_0.17-0.17.0-bin-20190608-ed8c6ee-NIGHTLY

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty_0.17</artifactId>
    <version>0.17.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ch.epfl.lamp:dotty_0.17:0.17.0'

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

implementation("ch.epfl.lamp:dotty_0.17:0.17.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "ch.epfl.lamp" % "dotty_0.17" % "0.17.0"

Advertisement