MVN

com.github.ztan.ezy-locality : ezy-locality-pom

Maven & Gradle

Aug 25, 2020
0 stars

ezy-locality-pom · This project packages postal areas information downloaded from [geonames.org]: http://download.geonames.org/export/zip/ into a simple Java utility, which is suited for small projects to implement postcode search functionality without needing to rely on the web services provided by geonames.org.

<dependency>
    <groupId>com.github.ztan.ezy-locality</groupId>
    <artifactId>ezy-locality-pom</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ztan.ezy-locality : ezy-locality-pom to add to Maven - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of com.github.ztan.ezy-locality : ezy-locality-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
ezy-locality-pom-0.3.0
0.2.x
ezy-locality-pom-0.2.0
0.1.x
ezy-locality-pom-0.1.6
ezy-locality-pom-0.1.4
ezy-locality-pom-0.1.3
ezy-locality-pom-0.1.2
ezy-locality-pom-0.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.ztan.ezy-locality</groupId>
    <artifactId>ezy-locality-pom</artifactId>
    <version>0.3.0</version>
</dependency>