Javafx.web wows

I am in the process of upgrading a large javafx application, I wrote in 2008 in Oracle jdk 8. I am using gradle 7.6 + Intellij IDEA 2022.3.1 on Linux Mint 21.1.
Everything seemed to be going well, until I needed to import javafx.web or javafx.scene.web. No Go,
I went back to the simplest HelloFX setup and set the https://mvnrepository.com/artifact/org.openjfx/javafx-web (19) dependency. But that did not allow me to set the javafx.web requirement in module-info.java either. In fact, it didn’t even recognize the .web part.
What am I doing wrong? I tried the jar module route, but that didn’t help either.