MVN

at.meks : easy-validation

Maven & Gradle

Jun 08, 2018
1 stars

Easy Validation · This project contains the api for validation

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

Latest Version

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

  • Latest Stable: 1.0.0
  • Latest Release Candidate: 1.0.0-RC2

All Versions

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

Version Vulnerabilities Updated
1.0.x
easy-validation-1.0.0
easy-validation-1.0.0-RC2
easy-validation-1.0.0-RC1
easy-validation-1.0.0-M3
easy-validation-1.0.0-M2
easy-validation-1.0.0-M1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>at.meks</groupId>
    <artifactId>easy-validation</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'at.meks:easy-validation:1.0.0'

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

implementation("at.meks:easy-validation:1.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "at.meks" % "easy-validation" % "1.0.0"

Advertisement