I'm writing Java code in a Jupyter Notebook via IJava . I want to add external dependencies such as OpenCSV. Using gradle, this would normally be incorporated in the build.gradle file via the line
compile 'com.opencsv:opencsv:4.3.2'
How can I add dependencies at runtime via gradle in the Jupyter notebook?