Trying to import DJL into Processing

Hi, I am trying to import the Deep Java Library (https://docs.djl.ai/master/index.html) into processing, to make visualisations of machine learning. However, following the instructions, and building the folder using gradle, I am unable to continue because I am not sure how to import DJL from there. I am not that familiar with gradle and it is my first time using it, so I am unfamiliar about which .jar file is the file containing all the stuff from the library. I tried using the .jar file from the build folder, and found folders containing .java files in the api folder, but that’s as close as I got to figure it out. I’ve tried to place them in the sketch folder, and even the libraries folder in the processing directory but nothing works, as Processing just could not find the imports. Can someone help me out in importing this library, or is the library not meant to be imported into processing? Thanks!

If you wish to try importing for yourself, the github can be found here.