⚠️ Warning: I'm an an extreme noob to java
I have a couple years under my belt in python so please excuse any incorrect lingo I may use, etc. etc.
working on a college project which requires java, and I used a python to java translator (shamelessely) to convert an old personal project for re-purposing
the program begins with:```java
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;
import org.json.simple.parser.ParseException;
tryna figure out how to get them since I'm using intellij's idea atm, although the program worked flawlesely (without any lib downloads) on repl.it
tried researching and I've gone down some maven repository rabbithole
I have no clue what I'm doing, please help me, I am desperate
thanks in advance 🙏
