The clarify-java library allows you to use the Clarify API from within Java. It handles all of the HTTP requests and response codes for you.
'io.clarify.api:clarify-api-sdk:1.0.0'
<dependency> <groupId>io.clarify.api</groupId> <artifactId>clarify-api-sdk</artifactId> <version>1.0.0</version> </dependency>
<dependency org="io.clarify.api" name="clarify-api-sdk" rev="1.0.0"/>
"io.clarify.api", "clarify-api-sdk", "1.0.0"