JSON-Taglib 库无法使用 SDK 1.6 工作?

发布于 2024-08-08 23:26:43 字数 295 浏览 4 评论 0原文

我目前正在开发一个项目,该项目使用 json-taglib-0.4.1.jar 库在前端和后端之间进行一些 json 通信。

该库过去一直工作得很好,直到我们最近迁移到 Java 1.6,在此之前我们是针对 1.5 进行编译的。

除了不再工作之外,我读到它在公共存储库中不可用,这意味着我们不能让 Maven2 管理依赖项,这将是理想的。

我真的有两个问题,有人在 Java 1.6 项目中成功使用该库吗? 有谁知道实际上可以通过 Maven 存储库获得一个好的替代库吗?这实际上是我最喜欢的解决方案。

谢谢。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

世界如花海般美丽 2024-08-15 23:26:43

我无法回答您的其他问题,但您可以从 mvnsearch.org 的存储库

存储库 URL 为 http://www.mvnsearch.org/maven2 ,凭据为

<groupId>json-taglib</groupId>
<artifactId>json-taglib</artifactId>
<version>0.4.1</version>

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>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文