i18n-regions-open-location-code
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.meeuw.i18n</groupId>
<artifactId>i18n-regions-open-location-code</artifactId>
<version>0.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.meeuw.i18n</groupId>
<artifactId>i18n-regions-parent</artifactId>
<version>0.4</version>
</parent>
<artifactId>i18n-regions-open-location-code</artifactId>
<description>Provides open location code areas as region objects</description>
<dependencies>
<dependency>
<groupId>org.meeuw.i18n</groupId>
<artifactId>i18n-regions</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.openlocationcode</groupId>
<artifactId>openlocationcode</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>