License |
License |
---|---|
GroupId | GroupIdorg.gperfutils |
ArtifactId | ArtifactIdgprof |
Last Version | Last Version0.3.1-groovy-2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGProf
GProf, profiling module for Groovy
|
Project URL |
Project URL |
Filename | Size |
---|---|
gprof-0.3.1-groovy-2.4.pom | |
gprof-0.3.1-groovy-2.4.jar | 27 KB |
gprof-0.3.1-groovy-2.4-sources.jar | 19 KB |
gprof-0.3.1-groovy-2.4-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gperfutils/gprof/ -->
<dependency>
<groupId>org.gperfutils</groupId>
<artifactId>gprof</artifactId>
<version>0.3.1-groovy-2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.gperfutils/gprof/
implementation 'org.gperfutils:gprof:0.3.1-groovy-2.4'
// https://jarcasting.com/artifacts/org.gperfutils/gprof/
implementation ("org.gperfutils:gprof:0.3.1-groovy-2.4")
'org.gperfutils:gprof:jar:0.3.1-groovy-2.4'
<dependency org="org.gperfutils" name="gprof" rev="0.3.1-groovy-2.4">
<artifact name="gprof" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gperfutils', module='gprof', version='0.3.1-groovy-2.4')
)
libraryDependencies += "org.gperfutils" % "gprof" % "0.3.1-groovy-2.4"
[org.gperfutils/gprof "0.3.1-groovy-2.4"]