Library for Protein NMR
LibProtNMR is only supported on Debian-based Linux operating systems, like Ubuntu.
You'll need CGAL (the development version) installed on your system:
sudo apt install cgal-dev
First, compile the native code for your platform:
./gradlew native:assemble
Then, compile the java code for your platform:
./gradlew jar
The jar file should appear at build/libs/libprotnmr.jar
Then you can include the jar file in your java project as usual.