MVN

com.github.alotuser : smart-parse-address

Maven & Gradle

Mar 02, 2023
1 stars

smart-parse-address · 可以解析出文本中的收货人姓名、联系方式、邮编和详细地址。并且可以将地址拆分出省市区(自治区、旗、盟等),方便电商和物流等项目应用。

<dependency>
    <groupId>com.github.alotuser</groupId>
    <artifactId>smart-parse-address</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.alotuser : smart-parse-address to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.alotuser : smart-parse-address to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
smart-parse-address-1.0.0
0.0.x
smart-parse-address-0.0.1

How to add a dependency to Maven

Add the following com.github.alotuser : smart-parse-address maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.alotuser</groupId>
    <artifactId>smart-parse-address</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.alotuser : smart-parse-address gradle dependency to your build.gradle file:

implementation 'com.github.alotuser:smart-parse-address:1.0.0'

Gradle Kotlin DSL: Add the following com.github.alotuser : smart-parse-address gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.alotuser:smart-parse-address:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.alotuser : smart-parse-address sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.alotuser" % "smart-parse-address" % "1.0.0"