POJOs used to transfer data to/from Asset Bank via its REST API.
- Java 11
- Maven 3
To clone the repo:
git clone git@github.com:brightinteractive/asset-bank-rest-api-reprs.git
To run the tests:
mvn test
To generate the library as a packaged jar:
mvn install