The AvaTax JRE SDK is available for download on Maven.
For the AvaTax JRE SDK, there are four different files available to download:
The JRE SDK uses a fluent interface to define a connection to AvaTax and to make API calls to calculate tax on transactions. Here's an example of how to connect to AvaTax in Java:
Two functions have been updated in 19.9.1
downloadTaxRatesByZipCodeAsync(Date date, String region)
downloadTaxRatesByZipCodeAsync(Date date, String region)
have been changed to
downloadTaxRatesByZipCodeAsync(String date, String region)
downloadTaxRatesByZipCodeAsync(String date, String region)