Justin Holzman
Results
1
comments of
Justin Holzman
Try this ``` repositories { mavenCentral() maven { url "https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/" } } ``` and add this in the dependencies ` implementation group: 'net.sf', name: 'jargs', version: '1.0' `