MVN

ch.epfl.lamp : dotty-tastydoc_0.27

Maven & Gradle

Aug 28, 2020
5.6k stars

dotty-tastydoc · dotty-tastydoc

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty-tastydoc_0.27</artifactId>
    <version>0.27.0-bin-20200826-2e58a66-NIGHTLY</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.27.0-bin-20200826-2e58a66-NIGHTLY
  • Latest Release Candidate: 0.27.0-RC1

All Versions

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

Version Vulnerabilities Updated
0.27.x
dotty-tastydoc_0.27-0.27.0-RC1
dotty-tastydoc_0.27-0.27.0-bin-20200826-2e58a66-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200824-239254a-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200822-0d36979-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200821-387c562-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200820-1431be2-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200819-6e6f67b-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200818-64a239f-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200817-15ae0aa-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200816-15a6c8b-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200815-0e67451-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200814-a92473b-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200813-550e969-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200812-28069b6-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200811-56c8e7b-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200810-74ba21c-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200807-dfcc0b1-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200806-b8825a2-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200805-64cecda-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200804-0cdf13a-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200803-0655346-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200731-bb23fea-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200730-316d218-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200729-86a92e4-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200728-63b84cb-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200727-e24a0b7-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200725-89f42f4-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200724-fd18546-NIGHTLY
dotty-tastydoc_0.27-0.27.0-bin-20200723-eb3b0ac-NIGHTLY

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty-tastydoc_0.27</artifactId>
    <version>0.27.0-bin-20200826-2e58a66-NIGHTLY</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ch.epfl.lamp:dotty-tastydoc_0.27:0.27.0-bin-20200826-2e58a66-NIGHTLY'

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

implementation("ch.epfl.lamp:dotty-tastydoc_0.27:0.27.0-bin-20200826-2e58a66-NIGHTLY")

How to add a dependency to SBT Scala

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

libraryDependencies += "ch.epfl.lamp" % "dotty-tastydoc_0.27" % "0.27.0-bin-20200826-2e58a66-NIGHTLY"