MVN

at.meks : easy-validation-coverage

Maven & Gradle

Mar 09, 2021

Easy Validation test coverage · Sadly this module is necessary to provide the test coverage

<dependency>
    <groupId>at.meks</groupId>
    <artifactId>easy-validation-coverage</artifactId>
    <version>2.0.0-RC5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.meks : easy-validation-coverage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-RC5
  • Latest Release Candidate: 2.0.0-RC5

All Versions

Choose a version of at.meks : easy-validation-coverage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
easy-validation-coverage-2.0.0-RC5
easy-validation-coverage-2.0.0-RC4
easy-validation-coverage-2.0.0-RC3
easy-validation-coverage-2.0.0-RC2

How to add a dependency to Maven

Add the following at.meks : easy-validation-coverage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.meks</groupId>
    <artifactId>easy-validation-coverage</artifactId>
    <version>2.0.0-RC5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.meks : easy-validation-coverage gradle dependency to your build.gradle file:

implementation 'at.meks:easy-validation-coverage:2.0.0-RC5'

Gradle Kotlin DSL: Add the following at.meks : easy-validation-coverage gradle kotlin dependency to your build.gradle.kts file:

implementation("at.meks:easy-validation-coverage:2.0.0-RC5")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.meks : easy-validation-coverage sbt scala dependency to your build.sbt file:

libraryDependencies += "at.meks" % "easy-validation-coverage" % "2.0.0-RC5"

Advertisement