MVN

org.scoverage : scalac-scoverage-plugin_2.13.2

Maven & Gradle

Feb 10, 2023
419 stars

scalac-scoverage-plugin · scalac-scoverage-plugin

<dependency>
    <groupId>org.scoverage</groupId>
    <artifactId>scalac-scoverage-plugin_2.13.2</artifactId>
    <version>2.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scoverage : scalac-scoverage-plugin_2.13.2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.8
  • Latest Release Candidate: 2.0.0-RC2

All Versions

Choose a version of org.scoverage : scalac-scoverage-plugin_2.13.2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
scalac-scoverage-plugin_2.13.2-2.0.8
scalac-scoverage-plugin_2.13.2-2.0.7
scalac-scoverage-plugin_2.13.2-2.0.5
scalac-scoverage-plugin_2.13.2-2.0.3
scalac-scoverage-plugin_2.13.2-2.0.2
scalac-scoverage-plugin_2.13.2-2.0.1
scalac-scoverage-plugin_2.13.2-2.0.0
scalac-scoverage-plugin_2.13.2-2.0.0-RC2
scalac-scoverage-plugin_2.13.2-2.0.0-RC1
scalac-scoverage-plugin_2.13.2-2.0.0-M7
scalac-scoverage-plugin_2.13.2-2.0.0-M6
scalac-scoverage-plugin_2.13.2-2.0.0-M5
scalac-scoverage-plugin_2.13.2-2.0.0-M4
scalac-scoverage-plugin_2.13.2-2.0.0-M3
scalac-scoverage-plugin_2.13.2-2.0.0-M2
1.4.x
scalac-scoverage-plugin_2.13.2-1.4.11
scalac-scoverage-plugin_2.13.2-1.4.10
scalac-scoverage-plugin_2.13.2-1.4.9
scalac-scoverage-plugin_2.13.2-1.4.8
scalac-scoverage-plugin_2.13.2-1.4.7
scalac-scoverage-plugin_2.13.2-1.4.6
scalac-scoverage-plugin_2.13.2-1.4.5
scalac-scoverage-plugin_2.13.2-1.4.4
scalac-scoverage-plugin_2.13.2-1.4.3
scalac-scoverage-plugin_2.13.2-1.4.2

How to add a dependency to Maven

Add the following org.scoverage : scalac-scoverage-plugin_2.13.2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scoverage</groupId>
    <artifactId>scalac-scoverage-plugin_2.13.2</artifactId>
    <version>2.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scoverage : scalac-scoverage-plugin_2.13.2 gradle dependency to your build.gradle file:

implementation 'org.scoverage:scalac-scoverage-plugin_2.13.2:2.0.8'

Gradle Kotlin DSL: Add the following org.scoverage : scalac-scoverage-plugin_2.13.2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scoverage:scalac-scoverage-plugin_2.13.2:2.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scoverage : scalac-scoverage-plugin_2.13.2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scoverage" % "scalac-scoverage-plugin_2.13.2" % "2.0.8"

Advertisement