UAP defines Java classes representing the messages of the USSD Service Application Protocol. These USSD protocol message classes can be used to build and parse messages for USSD-based applications.
This is a Maven project. Compile and package the jar with:
mvn clean packageExecute the JUnit tests with:
mvn test