MVN

com.cybozu.kintone : kintone-sdk

Maven & Gradle

May 21, 2020
9 stars

kintone-sdk · [deprecated]kintone Java SDK for REST API. The repository/library is deprecated. It is recommended to use a new version of Java client library. https://github.com/kintone/kintone-java-client

<dependency>
    <groupId>com.cybozu.kintone</groupId>
    <artifactId>kintone-sdk</artifactId>
    <version>0.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cybozu.kintone : kintone-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.2

All Versions

Choose a version of com.cybozu.kintone : kintone-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
kintone-sdk-0.6.2
kintone-sdk-0.6.1
kintone-sdk-0.6.0
0.5.x
kintone-sdk-0.5.1
kintone-sdk-0.5.0
0.4.x
kintone-sdk-0.4.0
0.3.x
kintone-sdk-0.3.0
0.2.x
kintone-sdk-0.2.0

How to add a dependency to Maven

Add the following com.cybozu.kintone : kintone-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cybozu.kintone</groupId>
    <artifactId>kintone-sdk</artifactId>
    <version>0.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cybozu.kintone : kintone-sdk gradle dependency to your build.gradle file:

implementation 'com.cybozu.kintone:kintone-sdk:0.6.2'

Gradle Kotlin DSL: Add the following com.cybozu.kintone : kintone-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cybozu.kintone:kintone-sdk:0.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cybozu.kintone : kintone-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cybozu.kintone" % "kintone-sdk" % "0.6.2"

Advertisement