MVN

ch.epfl.lamp : dotty_0.4

Maven & Gradle

Oct 16, 2017
5.6k stars

dotty-bootstrapped · dotty-bootstrapped

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty_0.4</artifactId>
    <version>0.4.0-bin-20171013-a886cd4-NIGHTLY</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.4.0-bin-20171013-a886cd4-NIGHTLY
  • Latest Release Candidate: 0.4.0-RC1

All Versions

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

Version Vulnerabilities Updated
0.4.x
dotty_0.4-0.4.0-RC1
dotty_0.4-0.4.0-bin-20171013-a886cd4-NIGHTLY
dotty_0.4-0.4.0-bin-20171009-953a385-NIGHTLY
dotty_0.4-0.4.0-bin-20171008-badc855-NIGHTLY
dotty_0.4-0.4.0-bin-20171007-d52f98c-NIGHTLY
dotty_0.4-0.4.0-bin-20171006-ed22c31-NIGHTLY
dotty_0.4-0.4.0-bin-20171005-af528a1-NIGHTLY
dotty_0.4-0.4.0-bin-20171005-4aa13b0-NIGHTLY
dotty_0.4-0.4.0-bin-20171003-432ceac-NIGHTLY
dotty_0.4-0.4.0-bin-20171001-1dda6e1-NIGHTLY
dotty_0.4-0.4.0-bin-20170930-be01457-NIGHTLY
dotty_0.4-0.4.0-bin-20170929-58b5203-NIGHTLY
dotty_0.4-0.4.0-bin-20170928-7bf86d2-NIGHTLY
dotty_0.4-0.4.0-bin-20170927-1f5343c-NIGHTLY
dotty_0.4-0.4.0-bin-20170926-2b9d346-NIGHTLY
dotty_0.4-0.4.0-bin-20170925-d365291-NIGHTLY
dotty_0.4-0.4.0-bin-20170922-3ef4f9b-NIGHTLY
dotty_0.4-0.4.0-bin-20170921-0c673e7-NIGHTLY
dotty_0.4-0.4.0-bin-20170920-0ddf48e-NIGHTLY
dotty_0.4-0.4.0-bin-20170919-660fab6-NIGHTLY
dotty_0.4-0.4.0-bin-20170917-74c835d-NIGHTLY
dotty_0.4-0.4.0-bin-20170916-657385b-NIGHTLY
dotty_0.4-0.4.0-bin-20170915-d46d7a3-NIGHTLY
dotty_0.4-0.4.0-bin-20170914-58ca93d-NIGHTLY
dotty_0.4-0.4.0-bin-20170913-68907a5-NIGHTLY
dotty_0.4-0.4.0-bin-20170912-2516575-NIGHTLY
dotty_0.4-0.4.0-bin-20170911-b300826-NIGHTLY
dotty_0.4-0.4.0-bin-20170910-a3aa6e0-NIGHTLY
dotty_0.4-0.4.0-bin-20170908-a60b9cd-NIGHTLY
dotty_0.4-0.4.0-bin-20170907-129cd1e-NIGHTLY
dotty_0.4-0.4.0-bin-20170905-52cd082-NIGHTLY
dotty_0.4-0.4.0-bin-20170904-8f15b2a-NIGHTLY
dotty_0.4-0.4.0-bin-20170831-8ca8cd9-NIGHTLY
dotty_0.4-0.4.0-bin-20170828-8429b7b-NIGHTLY
dotty_0.4-0.4.0-bin-20170825-f89e618-NIGHTLY
dotty_0.4-0.4.0-bin-20170824-4366453-NIGHTLY
dotty_0.4-0.4.0-bin-20170823-d70b8f4-NIGHTLY
dotty_0.4-0.4.0-bin-20170823-bb2f409-NIGHTLY

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty_0.4</artifactId>
    <version>0.4.0-bin-20171013-a886cd4-NIGHTLY</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ch.epfl.lamp:dotty_0.4:0.4.0-bin-20171013-a886cd4-NIGHTLY'

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

implementation("ch.epfl.lamp:dotty_0.4:0.4.0-bin-20171013-a886cd4-NIGHTLY")

How to add a dependency to SBT Scala

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

libraryDependencies += "ch.epfl.lamp" % "dotty_0.4" % "0.4.0-bin-20171013-a886cd4-NIGHTLY"

Advertisement