License |
License |
---|---|
GroupId | GroupIduk.bot-by.3wa |
ArtifactId | ArtifactIdwhat3words-api |
Version | Version1.1.3 |
Type | Typejar |
Description |
Descriptionwhat3words API wrapper
Unofficial Java wrapper for what3words.com API to convert 3 word addresses into
coordinates and vice versa.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
what3words-api-1.1.3.pom | |
what3words-api-1.1.3.jar | 32 KB |
what3words-api-1.1.3-sources.jar | 26 KB |
what3words-api-1.1.3-javadoc.jar | 532 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.bot-by.3wa/what3words-api/ -->
<dependency>
<groupId>uk.bot-by.3wa</groupId>
<artifactId>what3words-api</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.bot-by.3wa/what3words-api/
implementation 'uk.bot-by.3wa:what3words-api:1.1.3'
// https://jarcasting.com/artifacts/uk.bot-by.3wa/what3words-api/
implementation ("uk.bot-by.3wa:what3words-api:1.1.3")
'uk.bot-by.3wa:what3words-api:jar:1.1.3'
<dependency org="uk.bot-by.3wa" name="what3words-api" rev="1.1.3">
<artifact name="what3words-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.bot-by.3wa', module='what3words-api', version='1.1.3')
)
libraryDependencies += "uk.bot-by.3wa" % "what3words-api" % "1.1.3"
[uk.bot-by.3wa/what3words-api "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 23.0.0 |
org.slf4j : slf4j-api | jar | 1.7.36 |
org.json : json | jar | 20220320 |
io.github.openfeign : feign-core | jar | 11.8 |