ACHeck21 provides a Java wrapper for the Global Gateway's REST api. You can use this API to jumpstart any Java project that wants to make use of the integration features of the ACHeck21 Global Gateway.
Installing from Maven Central
The ACHeck21 Java API is hosted on Maven Central. If you're using Maven, all you need to do is add the following to the dependency list in your project's pom.xml
<dependency>
<groupId>com.acheck21.java</groupId>
<artifactId>acheck21</artifactId>
<version>1.0</version>
</dependency>
Most other modern Java build tools like Gradle, Ivy, and SBT support Maven dependencies. You will just need to add the groupId, artifactId, and version to the build config in the proper format.
Manual installation
You can download the jar file directly from maven central by clicking here. It has a dependency on the Unirest Java API, Commons IO, and the Simple XML Framework.
Comments