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