Im trying to add telosys as a maven dependency but Im enable to do it because its not published on Maven Central. I also tried to use jitpack but it doesnt work. Is there any way to do this? Telosys Organization : https://github.com/telosys-tools-bricks Telosys repo there I am trying to use: https://github.com/telosys-tools-bricks/telosys-tools-api
Yes, indeed, for the time being Telosys API is not available on Maven Central as a ".jar" artefact.
So if you want to use the Telosys API to embed the generator into your own application, you have 2 possibilities :
the classical way :
Build the fat jar "telosys-tools-all-X.X.X.jar" (Telosys core)
from the sources using the root project "telosys-tools-parent"
https://github.com/telosys-tools-bricks/telosys-tools-parent
Maven dependencies (9 git repositories) :
the fastest way :
Note : Telosys core will be available on Maven Central in future versions