MVN

io.github.jimmy-j : e-idcard

Maven & Gradle

Aug 24, 2022
1 usages
392 stars

e-idcard · 在线身份证模块通信库

<dependency>
    <groupId>io.github.jimmy-j</groupId>
    <artifactId>e-idcard</artifactId>
    <version>3.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jimmy-j : e-idcard to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.4

All Versions

Choose a version of io.github.jimmy-j : e-idcard to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
e-idcard-3.1.4
e-idcard-3.1.3
3.0.x
e-idcard-3.0.6
2.1.x
e-idcard-2.1.0

How to add a dependency to Maven

Add the following io.github.jimmy-j : e-idcard maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.jimmy-j</groupId>
    <artifactId>e-idcard</artifactId>
    <version>3.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.jimmy-j : e-idcard gradle dependency to your build.gradle file:

implementation 'io.github.jimmy-j:e-idcard:3.1.4'

Gradle Kotlin DSL: Add the following io.github.jimmy-j : e-idcard gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.jimmy-j:e-idcard:3.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.jimmy-j : e-idcard sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.jimmy-j" % "e-idcard" % "3.1.4"