MVN

ch.epfl.lamp : dotty-tastydoc_0.26

Maven & Gradle

Aug 27, 2020

dotty-tastydoc · dotty-tastydoc

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty-tastydoc_0.26</artifactId>
    <version>0.26.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.epfl.lamp : dotty-tastydoc_0.26 to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of ch.epfl.lamp : dotty-tastydoc_0.26 to add to Maven or Gradle - All Versions:

  • Version Updated
  • dotty-tastydoc_0.26-0.26.0

    Aug 27, 2020
  • dotty-tastydoc_0.26-0.26.0-RC1

    Jul 24, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200719-21a90aa-NIGHTLY

    Jul 20, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200718-c753ca3-NIGHTLY

    Jul 19, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200717-86cc7f8-NIGHTLY

    Jul 18, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200716-03aa171-NIGHTLY

    Jul 17, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200714-001817c-NIGHTLY

    Jul 15, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200713-5cdfd31-NIGHTLY

    Jul 14, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200712-3456e85-NIGHTLY

    Jul 13, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200710-a162b7b-NIGHTLY

    Jul 11, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200709-480f95f-NIGHTLY

    Jul 10, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200708-78ba7d5-NIGHTLY

    Jul 09, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200707-25a48dd-NIGHTLY

    Jul 08, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200706-7723864-NIGHTLY

    Jul 07, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200703-2dd1c93-NIGHTLY

    Jul 04, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200702-ffd6a58-NIGHTLY

    Jul 03, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200630-6cbb458-NIGHTLY

    Jul 01, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200629-8c5a58f-NIGHTLY

    Jun 30, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200627-50df4d2-NIGHTLY

    Jun 28, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200625-3112800-NIGHTLY

    Jun 26, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200624-3a4f2ee-NIGHTLY

    Jun 25, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200623-a938fc8-NIGHTLY

    Jun 24, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200622-a3543f2-NIGHTLY

    Jun 23, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200618-de75713-NIGHTLY

    Jun 19, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200617-6b03fbd-NIGHTLY

    Jun 18, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200616-348e9db-NIGHTLY

    Jun 17, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200615-a8c27ee-NIGHTLY

    Jun 16, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200614-b5b41b4-NIGHTLY

    Jun 15, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200612-0ee0557-NIGHTLY

    Jun 13, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200611-eb34c6c-NIGHTLY

    Jun 12, 2020
  • dotty-tastydoc_0.26-0.26.0-bin-20200610-4b39622-NIGHTLY

    Jun 11, 2020

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty-tastydoc_0.26</artifactId>
    <version>0.26.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.epfl.lamp : dotty-tastydoc_0.26 gradle dependency to your build.gradle file:

implementation 'ch.epfl.lamp:dotty-tastydoc_0.26:0.26.0'

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

implementation("ch.epfl.lamp:dotty-tastydoc_0.26:0.26.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "ch.epfl.lamp" % "dotty-tastydoc_0.26" % "0.26.0"