Question
Could not download pdftools-sdk-1.1.0.jar using pom file
I have added below in the pom.xml file but pdftools-sdk-1.1.0.jar is not getting downloaded.
<dependency>
<groupId>com.adobe.documentservices</groupId>
<artifactId>pdftools-sdk</artifactId>
<version>${pdftools.sdk.version}</version>
</dependency>
