Get files to run liquibase-mongodb

I want to run Liquibase with MongoDB. The GitHub page which is supporting MongoDB indicates you must have some dependencies (GitHub - liquibase/liquibase-mongodb: MongoDB extension for Liquibase), which are the next:

mongodb-driver-sync:4.2.0
snakeyaml:1.27
jackson-annotations:2.11.3
jackson-core:2.11.3
jackson-databind:2.11.3

Where can I get that files?

I’d recommend starting with this tutorial:

I have followed that tutorial too, but I am running Liquibase with Docker. This is the code: GitHub - AndreuCodina/liquibase-demo

If I run-liquibase.ps1, I get the next error message: “Driver class not specified and could not be determined from the url”.