I'm new to Java and Maven.
I'm following this tutorial about Cucumber in Java but it doesn't mention about Maven dependency such as groupId or artifactId of modules that related to Cucumber.
https://cucumber.netlify.app/docs/guides/browser-automation/
My question is that from information of the code base, how can I get information to insert to pom.xm?
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.support.ui.ExpectedCondition;
import org.openqa.selenium.support.ui.WebDriverWait;