Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello I would like to generate a JSON Web Token using a Java routine in Talend, when I looked it up it said I needed the following Maven Library.
<dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifactId> <version>3.10.3</version> </dependency>
How do I import this Library into my Java Routine in Talend?
@JorenINTDT , right click on the routine and then select Edit Routine Libraries and add the routine if you have in repositry by choose New. for you need to close your routine if you open in Talend.
Hi @manodwhb, I am doing this on a Talend Data Integration Open Studio, when I click on edit routine libraries this is what I see.
I am not sure how to add a library here, is it a URL i need to find or do I need to find a jar file to download?
@JorenINTDT , chek that is that jar is there in platform or not ,if choose the option artifact repository>install a new module and choose the jar from your local path and click on detect the module install status and click on ok.