Home > Net >  Safe way to download JAR-files and use them?
Safe way to download JAR-files and use them?

Time:12-26

I searched for org.json JAR-file and encountered jar-download.com And this website doesn't look an official site at all, let alone an Oracle website. So, how can I know where to get necessary JAR-files, which will not explode anything in app users' PCs?

Thank you for your time.

CodePudding user response:

Use Maven-Central Repository:

Visit: https://mvnrepository.com/

Visit for org.json jar file

  • Related