MVN

org.scala-exercises : exercise-compiler_2.13

Maven & Gradle

Feb 07, 2022
13 usages
0 stars

exercise-compiler · Exercises Compiler Plugin

<dependency>
    <groupId>org.scala-exercises</groupId>
    <artifactId>exercise-compiler_2.13</artifactId>
    <version>0.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scala-exercises : exercise-compiler_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.1

All Versions

Choose a version of org.scala-exercises : exercise-compiler_2.13 to add to Maven or Gradle - All Versions:

  • Version Updated
  • exercise-compiler_2.13-0.7.1

    Feb 07, 2022
  • exercise-compiler_2.13-0.6.7

    Aug 31, 2020
  • exercise-compiler_2.13-0.6.6

    Aug 28, 2020
  • exercise-compiler_2.13-0.6.5

    Aug 10, 2020
  • exercise-compiler_2.13-0.6.4

    Aug 10, 2020
  • exercise-compiler_2.13-0.6.3

    Jun 29, 2020
  • exercise-compiler_2.13-0.6.2

    Jun 29, 2020
  • exercise-compiler_2.13-0.6.1

    Jun 08, 2020
  • exercise-compiler_2.13-0.6.0

    Apr 27, 2020

How to add a dependency to Maven

Add the following org.scala-exercises : exercise-compiler_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scala-exercises</groupId>
    <artifactId>exercise-compiler_2.13</artifactId>
    <version>0.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scala-exercises : exercise-compiler_2.13 gradle dependency to your build.gradle file:

implementation 'org.scala-exercises:exercise-compiler_2.13:0.7.1'

Gradle Kotlin DSL: Add the following org.scala-exercises : exercise-compiler_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scala-exercises:exercise-compiler_2.13:0.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scala-exercises : exercise-compiler_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scala-exercises" % "exercise-compiler_2.13" % "0.7.1"