SDKSampleCode[Documentation]
- Put the InsightfinderSDK-1.1.jar file under the project directory
- Add dependency into the pom.xml
<dependency>
<groupId>com.Insightfinder</groupId>
<artifactId>InsightfinderSDK</artifactId>
<version>1.1</version>
</dependency>
- Then build: mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=InsightfinderSDK-1.1.jar