MVN

com.github.codingsoldier : params-validate

Maven & Gradle

Jan 20, 2019
8 stars

params-validate · params-validate

<dependency>
    <groupId>com.github.codingsoldier</groupId>
    <artifactId>params-validate</artifactId>
    <version>1.8-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.codingsoldier : params-validate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8-RELEASE

All Versions

Choose a version of com.github.codingsoldier : params-validate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
params-validate-1.8-RELEASE
1.7.x
params-validate-1.7.1-RELEASE
1.7
params-validate-1.7-RELEASE
1.6
params-validate-1.6-RELEASE
1.5
params-validate-1.5-RELEASE
1.4
params-validate-1.4-RELEASE
1.3
params-validate-1.3-RELEASE
1.2
params-validate-1.2-RELEASE
1.1
params-validate-1.1-RELEASE
1.0
params-validate-1.0-RELEASE

How to add a dependency to Maven

Add the following com.github.codingsoldier : params-validate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.codingsoldier</groupId>
    <artifactId>params-validate</artifactId>
    <version>1.8-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.codingsoldier : params-validate gradle dependency to your build.gradle file:

implementation 'com.github.codingsoldier:params-validate:1.8-RELEASE'

Gradle Kotlin DSL: Add the following com.github.codingsoldier : params-validate gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.codingsoldier:params-validate:1.8-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.codingsoldier : params-validate sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.codingsoldier" % "params-validate" % "1.8-RELEASE"