How to install the Java artifact org.cleaninsights.sdk.clean-insights-sdk with Maven
Java
Maven
pom.xml
org.cleaninsights.sdk
clean-insights-sdk
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.cleaninsights.sdk</groupId>
<artifactId>clean-insights-sdk</artifactId>
<version>2.4.4</version>
</dependency>
/<dependencies>