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