MVN

ch.epfl.lamp : dotty-library_0.23

Maven & Gradle

Apr 27, 2020
61 usages
4.8k stars

dotty-library-bootstrapped · dotty-library-bootstrapped

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty-library_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-library_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-library_0.23 to add to Maven or Gradle - All Versions:

  • Version Updated
  • dotty-library_0.23-0.23.0

    Apr 27, 2020
  • dotty-library_0.23-0.23.0-RC1

    Mar 17, 2020
  • dotty-library_0.23-0.23.0-bin-20200316-6948038-NIGHTLY

    Mar 17, 2020
  • dotty-library_0.23-0.23.0-bin-20200315-adc44da-NIGHTLY

    Mar 16, 2020
  • dotty-library_0.23-0.23.0-bin-20200314-b08d746-NIGHTLY

    Mar 15, 2020
  • dotty-library_0.23-0.23.0-bin-20200313-ea27651-NIGHTLY

    Mar 14, 2020
  • dotty-library_0.23-0.23.0-bin-20200312-b64b8a9-NIGHTLY

    Mar 13, 2020
  • dotty-library_0.23-0.23.0-bin-20200305-84f2e41-NIGHTLY

    Mar 06, 2020
  • dotty-library_0.23-0.23.0-bin-20200304-16c30fb-NIGHTLY

    Mar 05, 2020
  • dotty-library_0.23-0.23.0-bin-20200303-df0bb24-NIGHTLY

    Mar 04, 2020
  • dotty-library_0.23-0.23.0-bin-20200302-f6e057c-NIGHTLY

    Mar 03, 2020
  • dotty-library_0.23-0.23.0-bin-20200301-d989caf-NIGHTLY

    Mar 02, 2020
  • dotty-library_0.23-0.23.0-bin-20200229-58a5620-NIGHTLY

    Mar 01, 2020
  • dotty-library_0.23-0.23.0-bin-20200228-d37a543-NIGHTLY

    Feb 29, 2020
  • dotty-library_0.23-0.23.0-bin-20200227-63343d2-NIGHTLY

    Feb 28, 2020
  • dotty-library_0.23-0.23.0-bin-20200226-1955f75-NIGHTLY

    Feb 27, 2020
  • dotty-library_0.23-0.23.0-bin-20200225-04d5068-NIGHTLY

    Feb 26, 2020
  • dotty-library_0.23-0.23.0-bin-20200224-3e68e93-NIGHTLY

    Feb 25, 2020
  • dotty-library_0.23-0.23.0-bin-20200222-811dc19-NIGHTLY

    Feb 23, 2020
  • dotty-library_0.23-0.23.0-bin-20200220-228e593-NIGHTLY

    Feb 21, 2020
  • dotty-library_0.23-0.23.0-bin-20200219-dd7b841-NIGHTLY

    Feb 20, 2020
  • dotty-library_0.23-0.23.0-bin-20200218-98103a2-NIGHTLY

    Feb 19, 2020
  • dotty-library_0.23-0.23.0-bin-20200217-e8fa408-NIGHTLY

    Feb 18, 2020
  • dotty-library_0.23-0.23.0-bin-20200216-b4e037c-NIGHTLY

    Feb 17, 2020
  • dotty-library_0.23-0.23.0-bin-20200214-5374d91-NIGHTLY

    Feb 15, 2020
  • dotty-library_0.23-0.23.0-bin-20200213-26de50a-NIGHTLY

    Feb 14, 2020
  • dotty-library_0.23-0.23.0-bin-20200212-0aaa769-NIGHTLY

    Feb 13, 2020
  • dotty-library_0.23-0.23.0-bin-20200211-5b006fb-NIGHTLY

    Feb 12, 2020
  • dotty-library_0.23-0.23.0-bin-20200210-0dc07b0-NIGHTLY

    Feb 11, 2020
  • dotty-library_0.23-0.23.0-bin-20200209-25cdd9e-NIGHTLY

    Feb 10, 2020
  • dotty-library_0.23-0.23.0-bin-20200208-ce39ddb-NIGHTLY

    Feb 09, 2020
  • dotty-library_0.23-0.23.0-bin-20200207-5674066-NIGHTLY

    Feb 08, 2020
  • dotty-library_0.23-0.23.0-bin-20200206-4d2ef01-NIGHTLY

    Feb 07, 2020
  • dotty-library_0.23-0.23.0-bin-20200205-3f919dd-NIGHTLY

    Feb 06, 2020
  • dotty-library_0.23-0.23.0-bin-20200204-46aec62-NIGHTLY

    Feb 05, 2020
  • dotty-library_0.23-0.23.0-bin-20200203-2ced64f-NIGHTLY

    Feb 04, 2020

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty-library_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-library_0.23 gradle dependency to your build.gradle file:

implementation 'ch.epfl.lamp:dotty-library_0.23:0.23.0'

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

implementation("ch.epfl.lamp:dotty-library_0.23:0.23.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "ch.epfl.lamp" % "dotty-library_0.23" % "0.23.0"

Advertisement

Dependencies from Group

Aug 28, 2020
189 usages
Aug 27, 2020
124 usages
4.8k stars
Jun 11, 2020
77 usages
4.8k stars
Apr 27, 2020
61 usages
4.8k stars
Mar 17, 2020
59 usages
4.8k stars

Discover Dependencies

Jan 16, 2023
249 usages
35 stars
Mar 08, 2021
26 usages
63 stars
Jun 18, 2020
25 usages
7 stars
Jan 12, 2011
61 usages
Jul 20, 2018
30 usages
1 stars
Oct 08, 2021
200 usages
1.2k stars
Oct 18, 2017
470 usages
12 stars
Jun 24, 2019
168 usages
0 stars
image

Maven Repository

Search Maven dependencies with Maven Repository Chrome Extension

Add to Chrome