MVN

uk.bot-by.3wa : what3words-api

Maven & Gradle

Jun 17, 2022

what3words API wrapper · Unofficial Java wrapper for what3words.com API to convert 3 word addresses into coordinates and vice versa.

<dependency>
    <groupId>uk.bot-by.3wa</groupId>
    <artifactId>what3words-api</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.bot-by.3wa : what3words-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of uk.bot-by.3wa : what3words-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
what3words-api-1.1.3

How to add a dependency to Maven

Add the following uk.bot-by.3wa : what3words-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.bot-by.3wa</groupId>
    <artifactId>what3words-api</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.bot-by.3wa : what3words-api gradle dependency to your build.gradle file:

implementation 'uk.bot-by.3wa:what3words-api:1.1.3'

Gradle Kotlin DSL: Add the following uk.bot-by.3wa : what3words-api gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.bot-by.3wa:what3words-api:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.bot-by.3wa : what3words-api sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.bot-by.3wa" % "what3words-api" % "1.1.3"

Advertisement