dependencyResolutionManagement { versionCatalogs { libs { version('gradle', '8.1.1') version('groovy', '3.0.15') version('junit', '5.9.3') library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit') library('junit-jupiter-params', 'org.junit.jupiter', 'junit-jupiter-params').versionRef('junit') library('junit-jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit') library('hamcrest', 'org.hamcrest', 'hamcrest-library').version('2.2') } } } include 'metrics-api' include 'metrics-common'