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