MVN

io.solvice : onroute-client

Maven & Gradle

Mar 02, 2021

OnRoute API Client · Client for executing route optimisation requests.

<dependency>
    <groupId>io.solvice</groupId>
    <artifactId>onroute-client</artifactId>
    <version>0.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.solvice : onroute-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.8

All Versions

Choose a version of io.solvice : onroute-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
onroute-client-0.1.8
onroute-client-0.1.7
onroute-client-0.1.4

How to add a dependency to Maven

Add the following io.solvice : onroute-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.solvice</groupId>
    <artifactId>onroute-client</artifactId>
    <version>0.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.solvice : onroute-client gradle dependency to your build.gradle file:

implementation 'io.solvice:onroute-client:0.1.8'

Gradle Kotlin DSL: Add the following io.solvice : onroute-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.solvice:onroute-client:0.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.solvice : onroute-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.solvice" % "onroute-client" % "0.1.8"