Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

downloading jackson.codehaus.org jar

Tags:

json

jar

jackson

I need to download a json parser so I go to the jackson.codehaus.org website. Instead of a convenient link to click and download the jar/jars, they have me going in circles. Does anyone know where the jars are -- exactly?

like image 527
kasavbere Avatar asked Sep 21 '12 23:09

kasavbere


People also ask

How do I download Jackson jar?

Download jackson archiveDownload the latest version of Jackson jar file from Maven Repository - Jackson. In this tutorial, jackson-core-2.8. 9. jar,jackson-annotations-2.8.

What is org Codehaus Jackson?

org.codehaus.jackson » jackson-aslApache. Jackson is a high-performance JSON processor (parser, generator) Last Release on Dec 11, 2008.


2 Answers

You can use this link instead :

DOWNLOAD v2.9.7

More General Link

Or goto http://mvnrepository.com/ and search for 'jackson-core' .

like image 53
Sujith PS Avatar answered Oct 07 '22 22:10

Sujith PS


If you click "Download" at the right edge of the screen, scroll down to "Downloads, 2.x" and click "Core", you'll get the direct download.

like image 33
Joachim Isaksson Avatar answered Oct 07 '22 22:10

Joachim Isaksson