MVN

de.powerstat.validation : validation

Maven & Gradle

May 12, 2020
0 stars

PowerStatsValidationUtilities · PowerStats validation utilities.

<dependency>
    <groupId>de.powerstat.validation</groupId>
    <artifactId>validation</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2

All Versions

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

Version Vulnerabilities Updated
2.2
validation-2.2
2.1
validation-2.1
1.0
validation-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>de.powerstat.validation</groupId>
    <artifactId>validation</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.powerstat.validation:validation:2.2'

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

implementation("de.powerstat.validation:validation:2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.powerstat.validation" % "validation" % "2.2"

Advertisement