MVN

pl.unak7.pesel-validator : pesel-validator

Maven & Gradle

Dec 16, 2022
1 stars

pesel-validator · PESEL (Polish personal ID number) validator for java and JS. Library provides both standalone PESEL validation and PESEL validation based on given date of birth and gender.

<dependency>
    <groupId>pl.unak7.pesel-validator</groupId>
    <artifactId>pesel-validator</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.unak7.pesel-validator : pesel-validator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of pl.unak7.pesel-validator : pesel-validator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
pesel-validator-1.0.1
1.0
pesel-validator-1.0

How to add a dependency to Maven

Add the following pl.unak7.pesel-validator : pesel-validator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.unak7.pesel-validator</groupId>
    <artifactId>pesel-validator</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.unak7.pesel-validator : pesel-validator gradle dependency to your build.gradle file:

implementation 'pl.unak7.pesel-validator:pesel-validator:1.0.1'

Gradle Kotlin DSL: Add the following pl.unak7.pesel-validator : pesel-validator gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.unak7.pesel-validator:pesel-validator:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.unak7.pesel-validator : pesel-validator sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.unak7.pesel-validator" % "pesel-validator" % "1.0.1"