Download gprof-0.3.0-groovy-2.3.jar file - Jar g

Jar examples for g:gprof

Description

GProf, profiling module for Groovy

You can download jar file gprof 0.3.0-groovy-2.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gprof-0.3.0-groovy-2.3.jar to your project.

<dependency>
   <groupId>org.gperfutils</groupId>
   <artifactId>gprof</artifactId>
   <version>0.3.0-groovy-2.3</version>
</dependency>
compile group: 'org.gperfutils', name: 'gprof', version: '0.3.0-groovy-2.3'
libraryDependencies += "org.gperfutils" % "gprof" % "0.3.0-groovy-2.3"
<dependency org="org.gperfutils" name="gprof" rev="0.3.0-groovy-2.3"/>
@Grapes(@Grab(group='org.gperfutils', module='gprof', version='0.3.0-groovy-2.3'))
'org.gperfutils:gprof:jar:0.3.0-groovy-2.3'

Download

Click the following link to download the jar file.

gprof-0.3.0-groovy-2.3-javadoc.jar
gprof-0.3.0-groovy-2.3-sources.jar
gprof-0.3.0-groovy-2.3.jar
gprof-0.3.0-groovy-2.3.pom



Related Tutorials