Jar examples for g:GMetrics
The GMetrics project provides calculation and reporting of size and complexity metrics for Groovy source code.
You can download jar file GMetrics 1.0 in this page.
The Apache License, Version 2.0
You can use the following script to add GMetrics-1.0.jar to your project.
<dependency> <groupId>org.gmetrics</groupId> <artifactId>GMetrics</artifactId> <version>1.0</version> </dependency>
compile group: 'org.gmetrics', name: 'GMetrics', version: '1.0'
libraryDependencies += "org.gmetrics" % "GMetrics" % "1.0"
<dependency org="org.gmetrics" name="GMetrics" rev="1.0"/>
@Grapes(@Grab(group='org.gmetrics', module='GMetrics', version='1.0'))
'org.gmetrics:GMetrics:jar:1.0'
Click the following link to download the jar file.
GMetrics-1.0-javadoc.jar