MVN

cobertura : cobertura-runtime

Maven & Gradle

May 17, 2007
1 usages
<dependency>
    <groupId>cobertura</groupId>
    <artifactId>cobertura-runtime</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cobertura : cobertura-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of cobertura : cobertura-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
cobertura-runtime-1.8
1.7
cobertura-runtime-1.7
1.9rc1
cobertura-runtime-1.9rc1

How to add a dependency to Maven

Add the following cobertura : cobertura-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cobertura</groupId>
    <artifactId>cobertura-runtime</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cobertura : cobertura-runtime gradle dependency to your build.gradle file:

implementation 'cobertura:cobertura-runtime:1.8'

Gradle Kotlin DSL: Add the following cobertura : cobertura-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("cobertura:cobertura-runtime:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following cobertura : cobertura-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "cobertura" % "cobertura-runtime" % "1.8"

Advertisement