t

trakrj

A high-throughput, low-latency, statistic tracking framework for Java applications
https://github.com/thillio/trakrj
MIT License
Eric Thill
Files download
File Operation
trakrj-0.10.2.jar download
trakrj-0.10.2.pom download
trakrj-0.10.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.thill.trakrj</groupId>
  <artifactId>trakrj</artifactId>
  <version>0.10.2</version>
</dependency>
Gradle Groovy
implementation 'io.thill.trakrj:trakrj:0.10.2'
Gradle Kotlin
implementation("io.thill.trakrj:trakrj:0.10.2")
Scala SBT
libraryDependencies += "io.thill.trakrj" % "trakrj" % "0.10.2"
Groovy Grape
@Grapes(
  @Grab(group='io.thill.trakrj', module='trakrj', version='0.10.2')
)
Apache Ivy
<dependency org="io.thill.trakrj" name="trakrj" rev="0.10.2" />
Leiningen
[io.thill.trakrj/trakrj "0.10.2"]
Apache Buildr
'io.thill.trakrj:trakrj:jar:0.10.2'