Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Working with JSON without Maven

I am new at web programming study, specifically in Java and a issue came around during the development of an application I'm working on.

I have a Java Web Application(Spring MVC) that i have to consume some data (JSON) from the server in order to construct a chart.

The thing is that all the tutorials that i've seen on the internet mentioned that i have to use Maven dependencies to work with JSON, which my project doesn't support.

Can anyone point me a way to solve this problem without using Maven?

Thanks in advance.

like image 957
rcockell Avatar asked Apr 24 '26 07:04

rcockell


1 Answers

Maven is just a dependency management solution. Actually it is more than that but in your context it is. So all you need to do is downloading necessary jars to lib directory and use them. Nothing else.

like image 94
cool Avatar answered Apr 26 '26 19:04

cool



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!