Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to import a maven library,,how to generate a JSON Web Token using a Java Routine?

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?

Labels (2)
3 Replies
manodwhb
Champion II
Champion II

@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.

Anonymous
Not applicable
Author

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. 

0683p000009MZpB.png

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?

manodwhb
Champion II
Champion II

@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.