is not current version
Last Version 1.2.2a

org.uncommons.maths:uncommons-maths 1.2.2

Random number generators, probability distributions, combinatorics and statistics for Java.

GroupId

GroupId

org.uncommons.maths
ArtifactId

ArtifactId

uncommons-maths
Version

Version

1.2.2
Type

Type

jar

Download uncommons-maths 1.2.2


<!-- https://jarcasting.com/artifacts/org.uncommons.maths/uncommons-maths/ -->
<dependency>
    <groupId>org.uncommons.maths</groupId>
    <artifactId>uncommons-maths</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.uncommons.maths/uncommons-maths/
implementation 'org.uncommons.maths:uncommons-maths:1.2.2'
// https://jarcasting.com/artifacts/org.uncommons.maths/uncommons-maths/
implementation ("org.uncommons.maths:uncommons-maths:1.2.2")
'org.uncommons.maths:uncommons-maths:jar:1.2.2'
<dependency org="org.uncommons.maths" name="uncommons-maths" rev="1.2.2">
  <artifact name="uncommons-maths" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uncommons.maths', module='uncommons-maths', version='1.2.2')
)
libraryDependencies += "org.uncommons.maths" % "uncommons-maths" % "1.2.2"
[org.uncommons.maths/uncommons-maths "1.2.2"]