s

stats

A collection of statistical measures and utilities in Java 8
https://github.com/gstamatelat/stats
The MIT License
Giorgos Stamatelatos
Files download
File Operation
stats-0.14.jar download
stats-0.14.pom download
stats-0.14-sources.jar download
Apache Maven
<dependency>
  <groupId>gr.james</groupId>
  <artifactId>stats</artifactId>
  <version>0.14</version>
</dependency>
Gradle Groovy
implementation 'gr.james:stats:0.14'
Gradle Kotlin
implementation("gr.james:stats:0.14")
Scala SBT
libraryDependencies += "gr.james" % "stats" % "0.14"
Groovy Grape
@Grapes(
  @Grab(group='gr.james', module='stats', version='0.14')
)
Apache Ivy
<dependency org="gr.james" name="stats" rev="0.14" />
Leiningen
[gr.james/stats "0.14"]
Apache Buildr
'gr.james:stats:jar:0.14'
Dependencies