Hi, I need to use Java 8 (1.8) for a project and I can't get any mongodb driver to work.

I tried using these maven dependencies

mongo-driver
mongo-java-drivers
mongodb-driver-sync

but every time the package com.mongodb cant be found.

I have a project with JDK 19 in which mongodb-driver-sync works as expected.
Are none of these supported by JDK 8 or am I doing something wrong?