MVN

cat.rokubun.wals : sdk

Maven & Gradle

May 31, 2022

Android SDK for WALS service

<dependency>
    <groupId>cat.rokubun.wals</groupId>
    <artifactId>sdk</artifactId>
    <version>6.6.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.6.14

All Versions

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

Version Vulnerabilities Updated
6.6.x
sdk-6.6.14
sdk-6.6.1-r1
sdk-6.6.1
1.12.x
sdk-1.12.3-55-g667f1d7
sdk-1.12.3-49-g73705cb
sdk-1.12.3-51-gfede6ca
sdk-1.12.3-47-g0dab96c
sdk-1.12.3-46-gf04568c
sdk-1.12.3-43-g6ff32d0
sdk-1.12.3-42-g5aa53cc
sdk-1.12.3-41-g43a37f0
sdk-1.12.3-40-g0c97b86
sdk-1.12.3-39-g873f28e
sdk-1.12.3-38-g1708b98
sdk-1.12.3-28-gc8ba7d6
sdk-1.12.3-26-g5c50dbd
sdk-1.12.3-24-g9d55f9c
sdk-1.12.3-22-g2fe750b
sdk-1.12.3-17-g60c1caf
sdk-1.12.3-46-gc9d8226
sdk-1.12.3-45-g4b36549
sdk-1.12.3-43-g9393ded
sdk-1.12.3-50-g47aeca2
sdk-1.12.3-29-g1678076
sdk-1.12.3-8-g0821f8a
sdk-1.12.3-7-gb1e1cb7
sdk-1.12.3-6-g515acea

How to add a dependency to Maven

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

<dependency>
    <groupId>cat.rokubun.wals</groupId>
    <artifactId>sdk</artifactId>
    <version>6.6.14</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cat.rokubun.wals:sdk:6.6.14'

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

implementation("cat.rokubun.wals:sdk:6.6.14")

How to add a dependency to SBT Scala

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

libraryDependencies += "cat.rokubun.wals" % "sdk" % "6.6.14"

Advertisement