Katalon with external jar as dependency and not as a project resource?

When using our Git based Katalon Studio project, we need to use an external jar.

According to the Katalon docs, as can be seen here, we need to paste the jar in our Drivers folder.

But the meaning of that is that we are pushing the jar into git, a pattern we don’t really like (e.g. when new versions of the jar will be available, we can’t simply use “latest”)

From our Java projects we are customs to use dependencies in our projects/POM file, so the project’s Git is not holding the dependencies jars.

Is there something similar in Katalon?

1 Like