MVN

ai.nextbillion : nb-maps-client

Maven & Gradle

Dec 30, 2020

nb-maps-client · The Java Client for NB Maps Services is a Java Client library for the following NB Maps APIs.

<dependency>
    <groupId>ai.nextbillion</groupId>
    <artifactId>nb-maps-client</artifactId>
    <version>1.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.nextbillion : nb-maps-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.1

All Versions

Choose a version of ai.nextbillion : nb-maps-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
nb-maps-client-1.7.1
nb-maps-client-1.7.0
1.6.x
nb-maps-client-1.6.1
1.5.x
nb-maps-client-1.5.0
1.4.x
nb-maps-client-1.4.0
1.3.x
nb-maps-client-1.3.3
1.2
nb-maps-client-1.2
0.6.x
nb-maps-client-0.6.0a

How to add a dependency to Maven

Add the following ai.nextbillion : nb-maps-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.nextbillion</groupId>
    <artifactId>nb-maps-client</artifactId>
    <version>1.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.nextbillion : nb-maps-client gradle dependency to your build.gradle file:

implementation 'ai.nextbillion:nb-maps-client:1.7.1'

Gradle Kotlin DSL: Add the following ai.nextbillion : nb-maps-client gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.nextbillion:nb-maps-client:1.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.nextbillion : nb-maps-client sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.nextbillion" % "nb-maps-client" % "1.7.1"

Advertisement