The GMetrics project provides calculation and reporting of size and complexity metrics for Groovy source code. GMetrics scans Groovy source code, applying a set of metrics, and generates an HTML report of the results.
https://dx42.github.io/gmetrics/
https://github.com/dx42/gmetrics
- groupId = org.gmetrics
- artifactId = GMetrics
https://github.com/dx42/gmetrics/releases
GMetrics requires:
- Groovy version 3.0 or later
- Java 1.8 or later
- The SLF4J API jar and an SLF4J binding jar. See The SLF4J Manual.