Skip to content

6.1.0

Compare
Choose a tag to compare
@raja-7453 raja-7453 released this 04 Apr 06:48
· 8 commits to master since this release
1ea6e98

6.1.0

  • Support the move_attachments_to field in the LeadConverter class.

For more details, kindly refer to here.

Java SDK is available through Maven distribution. You can include the SDK in your project using:

  1. Maven

    • pom.xml file.
    <repositories>
        <repository>
            <id>zohocrmsdk-4-0</id>
            <url>https://maven.zohodl.com</url>
        </repository>
    </repositories>
    <dependencies>
        <dependency>
            <groupId>com.zoho.crm</groupId>
            <artifactId>zohocrmsdk-4-0</artifactId>
            <version>6.1.0</version>
        </dependency>
    </dependencies>
  2. Gradle

    repositories{
        maven { url "https://maven.zohodl.com" }
    }
    dependencies{
        implementation 'com.zoho.crm:zohocrmsdk-4-0:6.1.0'
    }
  3. Download SDK jar

Dependency JARs

commons-lang3-3.9.jar

commons-logging-1.1.3.jar

httpclient-4.4.1.jar

httpcore-4.4.4.jar

httpmime-4.5.3.jar

json-20170516.jar

mysql-connector-java-8.0.19.jar

opencsv-5.0.jar