Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to include my job generated java code into a maven project.
The problem is that i didn't find how to add routines dependencies.
I searched in maven repositories but i find only routines.system.api
<dependency>
<groupId>org.talend.esb.job</groupId>
<artifactId>org.talend.esb.job.api</artifactId>
<version>6.0.1</version>
</dependency>
Where to get the other routines?