License |
License |
---|---|
GroupId | GroupIdtools.profiler |
ArtifactId | ArtifactIdasync-profiler |
Version | Version1.8.3 |
Type | Typejar |
Description |
Descriptionasync-profiler
Low overhead sampling profiler for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
async-profiler-1.8.3.pom | |
async-profiler-1.8.3.jar | 5 KB |
async-profiler-1.8.3-sources.jar | 6 KB |
async-profiler-1.8.3-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tools.profiler/async-profiler/ -->
<dependency>
<groupId>tools.profiler</groupId>
<artifactId>async-profiler</artifactId>
<version>1.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/tools.profiler/async-profiler/
implementation 'tools.profiler:async-profiler:1.8.3'
// https://jarcasting.com/artifacts/tools.profiler/async-profiler/
implementation ("tools.profiler:async-profiler:1.8.3")
'tools.profiler:async-profiler:jar:1.8.3'
<dependency org="tools.profiler" name="async-profiler" rev="1.8.3">
<artifact name="async-profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='tools.profiler', module='async-profiler', version='1.8.3')
)
libraryDependencies += "tools.profiler" % "async-profiler" % "1.8.3"
[tools.profiler/async-profiler "1.8.3"]