MVN

win.delin : idcards

Maven & Gradle

Mar 20, 2020
8 stars

IDCardNum · 用于校验身份证合法性,用于通过身份证号码获取地区(省市县)、生日、年龄、干支、属相、星座、性别等。The tool is used to verify the validity of the ID card, and is used to obtain the region (province, city, county), birthday, age, ganzhi, genus, horoscope, and gender through the ID card number.

<dependency>
    <groupId>win.delin</groupId>
    <artifactId>idcards</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of win.delin : idcards to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of win.delin : idcards to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
idcards-1.1
1.0
idcards-1.0

How to add a dependency to Maven

Add the following win.delin : idcards maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>win.delin</groupId>
    <artifactId>idcards</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following win.delin : idcards gradle dependency to your build.gradle file:

implementation 'win.delin:idcards:1.1'

Gradle Kotlin DSL: Add the following win.delin : idcards gradle kotlin dependency to your build.gradle.kts file:

implementation("win.delin:idcards:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following win.delin : idcards sbt scala dependency to your build.sbt file:

libraryDependencies += "win.delin" % "idcards" % "1.1"

Advertisement