Java SDK Installation
PageSense supports two installation - one in Maven and Other is Maven Jar Download. For Maven, the dependencies will be automatically included in the project. For jar download, dependencies should also be downloaded and imported to the project.
zip file: https://www.zoho.com/pagesense/downloads/sdk/java/PageSenseJavaSDK_1_0_beta.zip
Using Maven
Add the SDK dependency to your pom.xml file:
Copied<dependency>
<groupId>zohopagesense</groupId>
<artifactId>pagesensejavasdk</artifactId>
<version>2.0.00</version>
</dependency>PageSense Java SDK requires the following library files to run successfully. Please add the following JAR files to the referenced libraries section of your project in order to run the PageSense Java SDK.
JAR Types | Links |
Junit-4.13.2.jar | |
Hamcrest-core-1.3.jar | https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core/1.3 |
json-20210307.jar | https://mvnrepository.com/artifact/org.json/json/20210307 |
log4j-1.2.17.jar | https://mvnrepository.com/artifact/log4j/log4j/1.2.17 |
guava-21.0.jar | https://mvnrepository.com/artifact/com.google.guava/guava/21.0 |