MVN

net.motionintelligence : r360-java-client

Maven & Gradle

Jun 08, 2018
3 stars

Route 360 Java Client · Java client library for easy usage of Route 360 services.

<dependency>
    <groupId>net.motionintelligence</groupId>
    <artifactId>r360-java-client</artifactId>
    <version>0.0.25.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.motionintelligence : r360-java-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.25.1

All Versions

Choose a version of net.motionintelligence : r360-java-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
r360-java-client-0.1.1-SNAPSHOTv4
r360-java-client-0.1.1-SNAPSHOTv3
r360-java-client-0.1.1-SNAPSHOTv2
r360-java-client-0.1.1-SNAPSHOTv1
r360-java-client-0.1.0
0.0.x
r360-java-client-0.0.28
r360-java-client-0.0.27
r360-java-client-0.0.26
r360-java-client-0.0.25.1
r360-java-client-0.0.25
r360-java-client-0.0.24
r360-java-client-0.0.23
r360-java-client-0.0.22
r360-java-client-0.0.21
r360-java-client-0.0.20
r360-java-client-0.0.19
r360-java-client-0.0.18
r360-java-client-0.0.17
r360-java-client-0.0.16
r360-java-client-0.0.15
r360-java-client-0.0.14
r360-java-client-0.0.13
r360-java-client-0.0.10
r360-java-client-0.0.9
r360-java-client-0.0.8
r360-java-client-0.0.7
r360-java-client-0.0.6

How to add a dependency to Maven

Add the following net.motionintelligence : r360-java-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.motionintelligence</groupId>
    <artifactId>r360-java-client</artifactId>
    <version>0.0.25.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.motionintelligence : r360-java-client gradle dependency to your build.gradle file:

implementation 'net.motionintelligence:r360-java-client:0.0.25.1'

Gradle Kotlin DSL: Add the following net.motionintelligence : r360-java-client gradle kotlin dependency to your build.gradle.kts file:

implementation("net.motionintelligence:r360-java-client:0.0.25.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.motionintelligence : r360-java-client sbt scala dependency to your build.sbt file:

libraryDependencies += "net.motionintelligence" % "r360-java-client" % "0.0.25.1"