MVN

org.bitbucket.swattu : all-coverage

Maven & Gradle

Mar 07, 2023
<dependency>
    <groupId>org.bitbucket.swattu</groupId>
    <artifactId>all-coverage</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.swattu : all-coverage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.1

All Versions

Choose a version of org.bitbucket.swattu : all-coverage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
all-coverage-6.0.1
5.0.x
all-coverage-5.0.1
all-coverage-5.0.0
4.2.x
all-coverage-4.2.5
all-coverage-4.2.4
all-coverage-4.2.3
all-coverage-4.2.2
all-coverage-4.2.1
all-coverage-4.2.0
4.1.x
all-coverage-4.1.23
all-coverage-4.1.22
all-coverage-4.1.21
all-coverage-4.1.20
all-coverage-4.1.19
all-coverage-4.1.18
all-coverage-4.1.17
all-coverage-4.1.16
all-coverage-4.1.15
all-coverage-4.1.14
all-coverage-4.1.13
all-coverage-4.1.12
all-coverage-4.1.11
all-coverage-4.1.10
all-coverage-4.1.9
all-coverage-4.1.8
all-coverage-4.1.6
all-coverage-4.1.5
all-coverage-4.1.4
all-coverage-4.1.3
all-coverage-4.1.2
all-coverage-4.1.1

How to add a dependency to Maven

Add the following org.bitbucket.swattu : all-coverage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.swattu</groupId>
    <artifactId>all-coverage</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.swattu : all-coverage gradle dependency to your build.gradle file:

implementation 'org.bitbucket.swattu:all-coverage:6.0.1'

Gradle Kotlin DSL: Add the following org.bitbucket.swattu : all-coverage gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.swattu:all-coverage:6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.swattu : all-coverage sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.swattu" % "all-coverage" % "6.0.1"