| GroupId | GroupIdat.meks |
|---|---|
| ArtifactId | ArtifactIdeasy-validation-coverage |
| Version | Version2.0.0-RC2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| easy-validation-coverage-2.0.0-RC2.pom | |
| easy-validation-coverage-2.0.0-RC2.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/at.meks/easy-validation-coverage/ -->
<dependency>
<groupId>at.meks</groupId>
<artifactId>easy-validation-coverage</artifactId>
<version>2.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/at.meks/easy-validation-coverage/
implementation 'at.meks:easy-validation-coverage:2.0.0-RC2'
// https://jarcasting.com/artifacts/at.meks/easy-validation-coverage/
implementation ("at.meks:easy-validation-coverage:2.0.0-RC2")
'at.meks:easy-validation-coverage:jar:2.0.0-RC2'
<dependency org="at.meks" name="easy-validation-coverage" rev="2.0.0-RC2">
<artifact name="easy-validation-coverage" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.meks', module='easy-validation-coverage', version='2.0.0-RC2')
)
libraryDependencies += "at.meks" % "easy-validation-coverage" % "2.0.0-RC2"
[at.meks/easy-validation-coverage "2.0.0-RC2"]