License |
License |
---|---|
GroupId | GroupIdio.thill.trakrj |
ArtifactId | ArtifactIdtrakrj |
Last Version | Last Version0.10.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTrakrJ
A high-throughput, low-latency, statistic tracking framework for Java applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
trakrj-0.10.2.pom | |
trakrj-0.10.2.jar | 65 KB |
trakrj-0.10.2-sources.jar | 75 KB |
trakrj-0.10.2-javadoc.jar | 344 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thill.trakrj/trakrj/ -->
<dependency>
<groupId>io.thill.trakrj</groupId>
<artifactId>trakrj</artifactId>
<version>0.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.thill.trakrj/trakrj/
implementation 'io.thill.trakrj:trakrj:0.10.2'
// https://jarcasting.com/artifacts/io.thill.trakrj/trakrj/
implementation ("io.thill.trakrj:trakrj:0.10.2")
'io.thill.trakrj:trakrj:jar:0.10.2'
<dependency org="io.thill.trakrj" name="trakrj" rev="0.10.2">
<artifact name="trakrj" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thill.trakrj', module='trakrj', version='0.10.2')
)
libraryDependencies += "io.thill.trakrj" % "trakrj" % "0.10.2"
[io.thill.trakrj/trakrj "0.10.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.hdrhistogram : HdrHistogram | jar | 2.1.11 |
org.eclipse.collections : eclipse-collections | jar | 9.2.0 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.25 |