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