MVN

org.scoverage : scalac-scoverage-plugin_2.12.15

Maven & Gradle

Jun 03, 2023
2 usages
419 stars

scalac-scoverage-plugin · scalac-scoverage-plugin

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
2.0.x
scalac-scoverage-plugin_2.12.15-2.0.10
scalac-scoverage-plugin_2.12.15-2.0.8
scalac-scoverage-plugin_2.12.15-2.0.7
scalac-scoverage-plugin_2.12.15-2.0.5
scalac-scoverage-plugin_2.12.15-2.0.3
scalac-scoverage-plugin_2.12.15-2.0.2
scalac-scoverage-plugin_2.12.15-2.0.1
scalac-scoverage-plugin_2.12.15-2.0.0
scalac-scoverage-plugin_2.12.15-2.0.0-RC2
scalac-scoverage-plugin_2.12.15-2.0.0-RC1
scalac-scoverage-plugin_2.12.15-2.0.0-M7
scalac-scoverage-plugin_2.12.15-2.0.0-M6
scalac-scoverage-plugin_2.12.15-2.0.0-M5
scalac-scoverage-plugin_2.12.15-2.0.0-M4
scalac-scoverage-plugin_2.12.15-2.0.0-M3
scalac-scoverage-plugin_2.12.15-2.0.0-M2
1.4.x
scalac-scoverage-plugin_2.12.15-1.4.11
scalac-scoverage-plugin_2.12.15-1.4.10
scalac-scoverage-plugin_2.12.15-1.4.9

How to add a dependency to Maven

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

<dependency>
    <groupId>org.scoverage</groupId>
    <artifactId>scalac-scoverage-plugin_2.12.15</artifactId>
    <version>2.0.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.scoverage:scalac-scoverage-plugin_2.12.15:2.0.10'

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

implementation("org.scoverage:scalac-scoverage-plugin_2.12.15:2.0.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.scoverage" % "scalac-scoverage-plugin_2.12.15" % "2.0.10"