MVN

cn.zhgliu : area-reptile-from-stats-gov-cn

Maven & Gradle

Aug 09, 2022
9 stars

Easy Data Permission · 抓取并整理国家统计局网站上的行政区划数据。支持按年份抓取,输出可以为code-pCode的flatten形式或者主子嵌套的json形式

<dependency>
    <groupId>cn.zhgliu</groupId>
    <artifactId>area-reptile-from-stats-gov-cn</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.zhgliu : area-reptile-from-stats-gov-cn to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of cn.zhgliu : area-reptile-from-stats-gov-cn to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
area-reptile-from-stats-gov-cn-1.0.1
area-reptile-from-stats-gov-cn-1.0.0

How to add a dependency to Maven

Add the following cn.zhgliu : area-reptile-from-stats-gov-cn maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.zhgliu</groupId>
    <artifactId>area-reptile-from-stats-gov-cn</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.zhgliu : area-reptile-from-stats-gov-cn gradle dependency to your build.gradle file:

implementation 'cn.zhgliu:area-reptile-from-stats-gov-cn:1.0.1'

Gradle Kotlin DSL: Add the following cn.zhgliu : area-reptile-from-stats-gov-cn gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.zhgliu:area-reptile-from-stats-gov-cn:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.zhgliu : area-reptile-from-stats-gov-cn sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.zhgliu" % "area-reptile-from-stats-gov-cn" % "1.0.1"