Hi, I'm just getting up to speed with authorize.net and would like to use the AIM Java API. Is there a pre-compiled jar file available or do I need to build it from the source. I have downloaded the latest release from github.
Solved! Go to Solution.
09-26-2015 11:16 AM
Hello @zappullae59
You can obtain our jar files on Maven:
<groupId>net.authorize</groupId>
<artifactId>anet-java-sdk</artifactId>
<version>LATEST</version>
Richard
09-28-2015 11:23 AM
Thank you Richard. I was able to build it from source
09-28-2015 12:15 PM
Hello @zappullae59
You can obtain our jar files on Maven:
<groupId>net.authorize</groupId>
<artifactId>anet-java-sdk</artifactId>
<version>LATEST</version>
Richard
09-28-2015 11:23 AM
Thank you Richard. I was able to build it from source
09-28-2015 12:15 PM