Except for "External Libraries" and "Install plugin", is there any way else to import a Jar file?

Hi all,

At the moment, I want to download and import a necessary Jar file to Katalon so that my scripts can work well.
And, besides two options I mentioned in the title, I want to know if there is a way that I can declare an url of a Jar file and Katalon will help me download and import it like Maven POM does.

Hi @ml0v394,
You can use Gradle instead of Maven, and the way to download and import necessary Jar files can be referred at https://github.com/katalon-studio/katalon-gradle-plugin

Here is an example of using the katalon-gradle-plugin, with which I imported the jars needed to use AWS SDK in Katalon Studio.