MVN

ch.epfl.lamp : dotty-tasty-inspector_0.28

Maven & Gradle

Oct 15, 2020
1 usages
5.6k stars

dotty-tasty-inspector · dotty-tasty-inspector

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty-tasty-inspector_0.28</artifactId>
    <version>0.28.0-bin-20201014-ca67e4d-NIGHTLY</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.epfl.lamp : dotty-tasty-inspector_0.28 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.28.0-bin-20201014-ca67e4d-NIGHTLY

All Versions

Choose a version of ch.epfl.lamp : dotty-tasty-inspector_0.28 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.28.x
dotty-tasty-inspector_0.28-0.28.0-bin-20201014-ca67e4d-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20201013-68a7c03-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20201009-b22331e-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20201008-64315b7-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20201007-17f7558-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20201006-99548bd-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20201005-f0bbd95-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20201003-7f46c25-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20201001-119e1de-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200930-c40ef6e-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200928-09eaed7-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200927-d084b8b-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200925-f4528ce-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200924-7ee3a20-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200923-af1b4a0-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200921-18578b3-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200920-e99793e-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200918-333ab8e-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200916-a05fc4b-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200915-5c422e2-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200914-cbb05c8-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200911-b226ff1-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200908-ce48f5a-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200907-101e620-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200905-8c94870-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200904-1ab71c1-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200903-b3f908d-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200902-95a6b44-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200901-0d22c74-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200828-4c99388-NIGHTLY
dotty-tasty-inspector_0.28-0.28.0-bin-20200827-757e431-NIGHTLY

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.epfl.lamp</groupId>
    <artifactId>dotty-tasty-inspector_0.28</artifactId>
    <version>0.28.0-bin-20201014-ca67e4d-NIGHTLY</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.epfl.lamp : dotty-tasty-inspector_0.28 gradle dependency to your build.gradle file:

implementation 'ch.epfl.lamp:dotty-tasty-inspector_0.28:0.28.0-bin-20201014-ca67e4d-NIGHTLY'

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

implementation("ch.epfl.lamp:dotty-tasty-inspector_0.28:0.28.0-bin-20201014-ca67e4d-NIGHTLY")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.epfl.lamp : dotty-tasty-inspector_0.28 sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.epfl.lamp" % "dotty-tasty-inspector_0.28" % "0.28.0-bin-20201014-ca67e4d-NIGHTLY"

Advertisement