is not current version
Last Version 1.0.2

com.papertrail:profiler 1.0.0

A pure-java implementation of the twitter/util project's `CpuProfile` and related classes.

GroupId

GroupId

com.papertrail
ArtifactId

ArtifactId

profiler
Version

Version

1.0.0
Type

Type

jar

Download profiler 1.0.0


<!-- https://jarcasting.com/artifacts/com.papertrail/profiler/ -->
<dependency>
    <groupId>com.papertrail</groupId>
    <artifactId>profiler</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.papertrail/profiler/
implementation 'com.papertrail:profiler:1.0.0'
// https://jarcasting.com/artifacts/com.papertrail/profiler/
implementation ("com.papertrail:profiler:1.0.0")
'com.papertrail:profiler:jar:1.0.0'
<dependency org="com.papertrail" name="profiler" rev="1.0.0">
  <artifact name="profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.papertrail', module='profiler', version='1.0.0')
)
libraryDependencies += "com.papertrail" % "profiler" % "1.0.0"
[com.papertrail/profiler "1.0.0"]