# Dependencies > Required and optional dependencies for ML Water Stations Category: LIQUID STATIONS · Source: https://miciomods.it/docs/ml-water-stations-dependencies · Last updated: 2026-07-05 ## Required - [ml_bridge](https://portal.cfx.re): Framework abstraction, player detection, inventory operations, target system - [ox_lib](https://github.com/overextended/ox_lib): Zones, DUI rendering, callbacks, progress bars - [oxmysql](https://github.com/overextended/oxmysql): Database driver for tank persistence ## Framework **QBCore** **server.cfg** ```cfg ensure qb-core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_water_stations ``` **QBox** **server.cfg** ```cfg ensure qbx_core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_water_stations ``` **ESX** **server.cfg** ```cfg ensure es_extended ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_water_stations ``` **Standalone** **server.cfg** ```cfg ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_water_stations ``` > **INFO:** Auto Detection > > `ml_bridge` detects your framework automatically. No manual setup.