ZCRMSDK -VERSION 1.0.6
Downloadable JAR file
You can download the jar file for the version1.0.6 of Java SDKs at the end of this page.
Install command - Maven:(in pom.xml)
- <repositories>
- <repository>
- <url> https://maven.zohodl.com </url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>com.zoho.crm</groupId>
- <artifactId>java-sdk</artifactId>
- <version>1.0.6</version>
- </dependency>
- </dependencies>
Install command - Gradle
- repositories {
- maven { url " https://maven.zohodl.com " }
- }
- dependencies {
- implementation 'com.zoho.crm:java-sdk:1.0.6'
- }
Notes
- Enhancements
- Tag APIs are supported in this version.
- Issue Fix
- JSONException (related to subforms) is fixed in the getRecord function.
ZCRMSDK -VERSION 1.0.5
Downloadable JAR file
You can download the jar file for the version1.0.5 of Java SDKs at the end of this page.
Install command - Maven:(in pom.xml)
- <repositories>
- <repository>
- <url> https://maven.zohodl.com </url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>com.zoho.crm</groupId>
- <artifactId>java-sdk</artifactId>
- <version>1.0.5</version>
- </dependency>
- </dependencies>
Install command - Gradle
- repositories {
- maven { url " https://maven.zohodl.com " }
- }
- dependencies {
- implementation 'com.zoho.crm:java-sdk:1.0.5'
- }
Notes
- Enhancements
- Logs
can be written in the file by specifying the full path name in
configuration.properties file (logFilePath=path/to/file.log).
ZCRMSDK -VERSION 1.0.4
Downloadable JAR file
You can download the jar file for the version1.0.4 of Java SDKs at the end of this page.
Install command - Maven:(in pom.xml)
- <repositories>
- <repository>
- <url> https://maven.zohodl.com </url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>com.zoho.crm</groupId>
- <artifactId>java-sdk</artifactId>
- <version>1.0.4</version>
- </dependency>
- </dependencies>
Install command - Gradle
- repositories {
- maven { url " https://maven.zohodl.com " }
- }
- dependencies {
- implementation 'com.zoho.crm:java-sdk:1.0.4'
- }
Notes
- Enhancements
- Added lead assignment rule support.
- Duplicate check fields support while upserting the record.
ZCRMSDK -VERSION 1.0.3
Downloadable JAR file
You can download the jar file for the version1.0.3 of Java SDKs at the end of this page.
Install command - Maven:(in pom.xml)
- <repositories>
- <repository>
- <url> https://maven.zohodl.com </url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>com.zoho.crm</groupId>
- <artifactId>java-sdk</artifactId>
- <version>1.0.3</version>
- </dependency>
- </dependencies>
Install command - Gradle
- repositories {
- maven { url " https://maven.zohodl.com " }
- }
- dependencies {
- implementation 'com.zoho.crm:java-sdk:1.0.3'
- }
Notes
- Issue fix
ZCRMSDK -VERSION 1.0.2
Downloadable JAR file
You can download the jar file for the version1.0.2 of Java SDKs at the end of this page.
Install command - Maven:(in pom.xml)
- <repositories>
- <repository>
- <url> https://maven.zohodl.com </url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>com.zoho.crm</groupId>
- <artifactId>java-sdk</artifactId>
- <version>1.0.2</version>
- </dependency>
- </dependencies>
Install command - Gradle
- repositories {
- maven { url " https://maven.zohodl.com " }
- }
- dependencies {
- implementation 'com.zoho.crm:java-sdk:1.0.2'
- }
Notes
- Issue fix
ZCRMSDK -VERSION 1.0.1
Downloadable JAR file
You can download the jar file for the version1.0.1 of Java SDKs at the end of this page.
Install command - Maven:(in pom.xml)
- <repositories>
- <repository>
- <url> https://maven.zohodl.com </url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>com.zoho.crm</groupId>
- <artifactId>java-sdk</artifactId>
- <version>1.0.1</version>
- </dependency>
- </dependencies>
Install command - Gradle
- repositories {
- maven { url " https://maven.zohodl.com " }
- }
- dependencies {
- implementation 'com.zoho.crm:java-sdk:1.0.1'
- }
Notes
- Issue fix
ZCRMSDK -VERSION 1.0.0
Downloadable JAR file
You can download the jar file for the version1.0.0 of Java SDKs at the end of this page.
Install command - Maven:(in pom.xml)
- <repositories>
- <repository>
- <url> https://maven.zohodl.com </url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>com.zoho.crm</groupId>
- <artifactId>java-sdk</artifactId>
- <version>1.0.0</version>
- </dependency>
- </dependencies>
Install command - Gradle
- repositories {
- maven { url " https://maven.zohodl.com " }
- }
- dependencies {
- implementation 'com.zoho.crm:java-sdk:1.0.0'
- }
Notes
- Supported Subform APIs.
- Updated JSON jar.
- Supported page and perPage options for Get Users.
- Supported User CRUD APIs