I would like to use some logmap parts in MELT.
Due to the fact that it is not yet in Maven Central I tried it with JitPack.
Unfortunately it didn't worked out because of the google-api dependency (see here and the corresponding log).
I searched for the dependency (which is not in central again) and found it in github as well.
Thus I changed you pom.xml file to include the jitpack repository and the (hopefully correct) version of the library (it should be the last 0.97-SNAPSHOT version).
Can you check if the translation feature of logmap is still working with it?
If yes, you can merge it and all maven users will be able to include logmap in their projects via
Hi Ernesto,
I would like to use some logmap parts in MELT. Due to the fact that it is not yet in Maven Central I tried it with JitPack. Unfortunately it didn't worked out because of the google-api dependency (see here and the corresponding log). I searched for the dependency (which is not in central again) and found it in github as well.
Thus I changed you pom.xml file to include the jitpack repository and the (hopefully correct) version of the library (it should be the last 0.97-SNAPSHOT version). Can you check if the translation feature of logmap is still working with it?
If yes, you can merge it and all maven users will be able to include logmap in their projects via
together with
Best regards Sven