address-formatter
Java implementation to build human readable addresses using the definitions by OpenCageData and friends.
License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.microg |
ArtifactId | ArtifactIdaddress-formatter |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionaddress-formatter
Helper library to format address components to human readable addresses
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
address-formatter-0.2.1.pom | |
address-formatter-0.2.1.jar | 20 KB |
address-formatter-0.2.1-sources.jar | 15 KB |
address-formatter-0.2.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microg/address-formatter/ -->
<dependency>
<groupId>org.microg</groupId>
<artifactId>address-formatter</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.microg/address-formatter/
implementation 'org.microg:address-formatter:0.2.1'
// https://jarcasting.com/artifacts/org.microg/address-formatter/
implementation ("org.microg:address-formatter:0.2.1")
'org.microg:address-formatter:jar:0.2.1'
<dependency org="org.microg" name="address-formatter" rev="0.2.1">
<artifact name="address-formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microg', module='address-formatter', version='0.2.1')
)
libraryDependencies += "org.microg" % "address-formatter" % "0.2.1"
[org.microg/address-formatter "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.yaml : snakeyaml | jar | 1.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Java implementation to build human readable addresses using the definitions by OpenCageData and friends.