0
My question concerns Maven. I am working on a project that involves the OWL API library and after trying to load an ontology the project returned an error that can be seen in the following image.
Regarding this error found the link OWL API resolution that recommended installing Maven. So far I haven’t found how to package the OWL API by Maven to solve this dependency problem and I’d like to ask if anyone knows the answer or if at least there are some links or videos that I can find the answer to.
Windows 10 - Vitor Hugo Maciel dos Santos - University student trying to solve a problem
I thought the problem was this yes, but I added the dependency before creating the forum here in my pom.xml file as I said in a video I saw on the internet and it still didn’t work. I think maybe my pom.xml might be wrong so I’ll share his code here. pom.xml
– vitor hugo maciel dos santos
@vitorhugomacieldossantos, according to the link you sent missing add the dependency to owlapi-osgi. I changed my answer, take a look, see if it helps you.
– Andre Gusmao
Vlw worked agr, thanks.
– vitor hugo maciel dos santos