Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JSON-Taglib library not working w/ SDK 1.6?

I'm currently working on a project that uses the json-taglib-0.4.1.jar library to do some json communication between front and back end.

That library use to work fine until we migrated to Java 1.6 recently, we were compiling against 1.5 before that.

On top of not working anymore, I read it's not available in public repositories, which means we cannot let the dependency being managed by Maven2, which would be ideal.

I really have 2 questions, has anyone been successful using that library in a Java 1.6 project? Does anyone know of a good replacement library that's actually available through Maven repositories? That'd actually be my favorite solution.

Thanks.

like image 835
Lancelot Avatar asked Dec 06 '25 14:12

Lancelot


1 Answers

I can't answer your other questions, but you can get json-taglib 0.4.1 from mvnsearch.org's repository.

The repository URL is http://www.mvnsearch.org/maven2 and the credentials are

<groupId>json-taglib</groupId>
<artifactId>json-taglib</artifactId>
<version>0.4.1</version>
like image 185
Rich Seller Avatar answered Dec 08 '25 02:12

Rich Seller



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!