MVN

de.mlo-dev : validation

Maven & Gradle

Nov 29, 2022

de.mlo-dev:validation · Mini framework for simple validation

<dependency>
    <groupId>de.mlo-dev</groupId>
    <artifactId>validation</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.mlo-dev : validation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of de.mlo-dev : validation to add to Maven or Gradle - All Versions:

  • Version Updated
  • validation-0.5.0

    Nov 29, 2022
  • validation-0.4.2

    Sep 26, 2022
  • validation-0.4.1

    Sep 05, 2022
  • validation-0.4.0

    Aug 23, 2022
  • validation-0.3.0

    Aug 18, 2022
  • validation-0.2.1

    Jun 30, 2022
  • validation-0.2.0

    Jun 26, 2022
  • validation-0.1.0

    Apr 21, 2022
  • validation-0.0.2

    Apr 14, 2022
  • validation-0.0.1

    Apr 11, 2022

How to add a dependency to Maven

Add the following de.mlo-dev : validation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.mlo-dev</groupId>
    <artifactId>validation</artifactId>
    <version>0.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.mlo-dev : validation gradle dependency to your build.gradle file:

implementation 'de.mlo-dev:validation:0.5.0'

Gradle Kotlin DSL: Add the following de.mlo-dev : validation gradle kotlin dependency to your build.gradle.kts file:

implementation("de.mlo-dev:validation:0.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.mlo-dev : validation sbt scala dependency to your build.sbt file:

libraryDependencies += "de.mlo-dev" % "validation" % "0.5.0"