License |
License
GPLv2 /w Classpath Exception
|
---|---|
GroupId | GroupIdorg.gridkit.3rd.btrace |
ArtifactId | ArtifactIdext-profiling |
Last Version | Last Version2.0.1-nimble |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProfiling (Extension)
BTrace low-overhead profiling support
|
<!-- https://jarcasting.com/artifacts/org.gridkit.3rd.btrace/ext-profiling/ -->
<dependency>
<groupId>org.gridkit.3rd.btrace</groupId>
<artifactId>ext-profiling</artifactId>
<version>2.0.1-nimble</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.3rd.btrace/ext-profiling/
implementation 'org.gridkit.3rd.btrace:ext-profiling:2.0.1-nimble'
// https://jarcasting.com/artifacts/org.gridkit.3rd.btrace/ext-profiling/
implementation ("org.gridkit.3rd.btrace:ext-profiling:2.0.1-nimble")
'org.gridkit.3rd.btrace:ext-profiling:jar:2.0.1-nimble'
<dependency org="org.gridkit.3rd.btrace" name="ext-profiling" rev="2.0.1-nimble">
<artifact name="ext-profiling" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.3rd.btrace', module='ext-profiling', version='2.0.1-nimble')
)
libraryDependencies += "org.gridkit.3rd.btrace" % "ext-profiling" % "2.0.1-nimble"
[org.gridkit.3rd.btrace/ext-profiling "2.0.1-nimble"]
Group / Artifact | Type | Version |
---|---|---|
org.gridkit.3rd.btrace : core | jar | 2.0.1-nimble |
org.gridkit.3rd.btrace : core-api | jar | 2.0.1-nimble |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |