Package (org.json) not importing, no errors or feedback

I am using this build file for my project. I am able to successfully clean and build my project, and am able to import all packages except for org.json. I’m running a custom task with --stacktrace, --info, --debug, and --refresh-dependencies which indicates (from what I can tell) that org.json downloads and resolves like all of the others but it’s just not in the dependencies folder. I’ve checked Maven Central and confirmed that the package does exist and that the org and version are correct. Can anyone help?