s

stats

A library for gathering and reporting statistical information.
https://bitbucket.org/byuhbll/lib-java-stats
Files download
File Operation
stats-1.0.1.jar download
stats-1.0.1.pom download
stats-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>edu.byu.hbll</groupId>
  <artifactId>stats</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'edu.byu.hbll:stats:1.0.1'
Gradle Kotlin
implementation("edu.byu.hbll:stats:1.0.1")
Scala SBT
libraryDependencies += "edu.byu.hbll" % "stats" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='edu.byu.hbll', module='stats', version='1.0.1')
)
Apache Ivy
<dependency org="edu.byu.hbll" name="stats" rev="1.0.1" />
Leiningen
[edu.byu.hbll/stats "1.0.1"]
Apache Buildr
'edu.byu.hbll:stats:jar:1.0.1'