This module is designed to store dependencies and their versions
The module itself has the following divisions:
- const
- CompileVersions - needed to highlight the build version of the project
- Dependecies - contains all the necessary versions and dependencies
- conventions
- base - basic conventions that contain the initial settings
- module - conventions that extend the basic conventions of the minimum level of use
- module_extended - specific conventions that extend conventions from module
base -------> module -------> module_advanced
OR
base -----------------------> module_advanced