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.8.jar download
stats-0.8.pom download
stats-0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>gr.james</groupId>
  <artifactId>stats</artifactId>
  <version>0.8</version>
</dependency>
Gradle Groovy
implementation 'gr.james:stats:0.8'
Gradle Kotlin
implementation("gr.james:stats:0.8")
Scala SBT
libraryDependencies += "gr.james" % "stats" % "0.8"
Groovy Grape
@Grapes(
  @Grab(group='gr.james', module='stats', version='0.8')
)
Apache Ivy
<dependency org="gr.james" name="stats" rev="0.8" />
Leiningen
[gr.james/stats "0.8"]
Apache Buildr
'gr.james:stats:jar:0.8'
Dependencies