MVN

cat.rokubun.jason : sdk

Maven & Gradle

Mar 31, 2021
0 stars

Android SDK for Jason GNSS Positioning-as-a-Service · Jason is Rokubun's Cloud PPK Service, a cloud service that compute the position of a receiver using the raw GNSS measurements.

<dependency>
    <groupId>cat.rokubun.jason</groupId>
    <artifactId>sdk</artifactId>
    <version>1.12.0-26-gf8a391c</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cat.rokubun.jason : sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.0-26-gf8a391c

All Versions

Choose a version of cat.rokubun.jason : sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12.x
sdk-1.12.0-26-gf8a391c
sdk-1.12.0-25-g2290520
sdk-1.12.0-24-g9170e07
1.7.x
sdk-1.7.0-1-g89c9bce
sdk-1.7.0

How to add a dependency to Maven

Add the following cat.rokubun.jason : sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cat.rokubun.jason</groupId>
    <artifactId>sdk</artifactId>
    <version>1.12.0-26-gf8a391c</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cat.rokubun.jason : sdk gradle dependency to your build.gradle file:

implementation 'cat.rokubun.jason:sdk:1.12.0-26-gf8a391c'

Gradle Kotlin DSL: Add the following cat.rokubun.jason : sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("cat.rokubun.jason:sdk:1.12.0-26-gf8a391c")

How to add a dependency to SBT Scala

SBT Scala: Add the following cat.rokubun.jason : sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "cat.rokubun.jason" % "sdk" % "1.12.0-26-gf8a391c"