We are trying to develop an extension for Jena ARQ by adding a new operator. We are wondering how to use jena and/or arq in maven to fulfill this task. We see a number of maven artifacts out there. Can somebody give us a hint or an example which artifact(s) we should use? Thanks in advance!
Asked
Active
Viewed 109 times
0
-
1Documented at http://jena.apache.org/download/maven.html – AndyS Feb 11 '16 at 10:03
-
Thanks. I downloaded the jena artifact for our extension. However, while I was trying to built the project, I got several errors. Most of them were caused by "The import org.apache.jena.ext cannot be resolved". How can I solve this problem? – sgao Feb 11 '16 at 15:45
-
I kinda solved the problem by using an older version of jena (2.13.0). – sgao Feb 12 '16 at 13:23
-
http://jena.apache.org/documentation/migrate_jena2_jena3.html – AndyS Feb 12 '16 at 16:11