Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 398 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 398 Bytes

jNauta

An incomplete Java library to be used with cuban Nauta accounts. Contains the following subprojects:

  • jNauta Mail for sending and receiving emails
  • jNauta Net for login and logout on Nauta network

Building the library

Clone the repository and build the artifacts using gradle

git clone https://github.com/garciaguimeras/jnauta.git
cd jnauta
gradle clean jar