无法在Maven项目中导入abeel util [英] not able to import abeel util in a maven project

查看:191
本文介绍了无法在Maven项目中导入abeel util的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要在maven中进行一个项目,并在其中使用 Java-ML .使用此库时,出现错误java.lang.ClassNotFoundException: be.abeel.util.GZIPPrintWriter

I am going a project in maven and using Java-ML in it. While using this library i got error java.lang.ClassNotFoundException: be.abeel.util.GZIPPrintWriter

现在要消除此错误,我正尝试通过import be.abeel.util.GZIPPrintWriter;

Now for removing this error, i am trying to import the missing class by import be.abeel.util.GZIPPrintWriter;

但是导入语句不起作用,因为我无法找到要写入pom.xml来解决依赖关系的Abeel Javakit工具(AJT)的存储库.

but the import statement is not working as i am not able to find the repository of the Abeel Javakit Tool (AJT) to write in the pom.xml to resolve the dependency.

如何在Maven中解决此依赖性.请帮忙.

How to resolve this dependency in maven. Please help.

谢谢.

推荐答案

它可能尚未部署到Maven Central或另一个Maven存储库.

It might not have been deployed to Maven Central or another Maven Repository.

在这种情况下,您可以执行以下操作:

In this case you can do the following:

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆