Javadoc


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/javadoc.html

I see the Documentation here. How do we import this into a project? I’m guessing it has some kind of handle that can be imported into Gradle or Maven, right?

Hi @andrew.block

In Katalon Studio, you can view the built-in keywords’ Javadoc via the content assist feature.

Jass

That’s cool, but that’s not my question. I’m saying, here is the javadoc for Katalon, but what if I actually want to instantiate something in this library, like actually make a Katalon object? What’s the API call I need to make in gradle to pull in this library?

Phrased a better way, what is this the Javadoc for? What library do we use for which this javadoc applies?

Also, I’m not actually seeing any Documentation. The classes are all here but nothing’s actually documented.