GMetrics
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.
Web Site
https://dx42.github.io/gmetrics/
Code
https://github.com/dx42/gmetrics
Maven Central
- groupId = org.gmetrics
- artifactId = GMetrics
Downloads
https://github.com/dx42/gmetrics/releases
Dependencies
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.