Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

kintone-labs/kintone-java-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

The repository/library is deprecated. It is recommended to use a new version of Java client library.
https://github.com/kintone/kintone-java-client

kintone-java-sdk

The SDK of kintone REST API client use for kintone-java-sdk

Create a project

  • on cygwin
$ mvn -B archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId=sample -DartifactId=sample

Edit Pom.xml

  • Pop.xml added Kintone-java-sdk.jar dependency

$    <dependency>
$      <groupId>com.cybozu.kintone</groupId>
$      <artifactId>Kintone-sdk</artifactId>
$      <version>0.6.0</version>
$    </dependency>

Library download

  • on cygwin
$ mvn dependency:copy-dependencies -DoutputDirectory=lib
$ cd lib

References

License

MIT

Copyright

Copyright(c) Cybozu, Inc.