License |
License |
---|---|
GroupId | GroupIdorg.uncommons.maths |
ArtifactId | ArtifactIduncommons-maths |
Last Version | Last Version1.2.2a |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUncommons Maths
Random number generators, probability distributions, combinatorics and statistics for Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
uncommons-maths-1.2.2a.pom | |
uncommons-maths-1.2.2a.jar | 47 KB |
uncommons-maths-1.2.2a-sources.jar | 59 KB |
uncommons-maths-1.2.2a-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uncommons.maths/uncommons-maths/ -->
<dependency>
<groupId>org.uncommons.maths</groupId>
<artifactId>uncommons-maths</artifactId>
<version>1.2.2a</version>
</dependency>
// https://jarcasting.com/artifacts/org.uncommons.maths/uncommons-maths/
implementation 'org.uncommons.maths:uncommons-maths:1.2.2a'
// https://jarcasting.com/artifacts/org.uncommons.maths/uncommons-maths/
implementation ("org.uncommons.maths:uncommons-maths:1.2.2a")
'org.uncommons.maths:uncommons-maths:jar:1.2.2a'
<dependency org="org.uncommons.maths" name="uncommons-maths" rev="1.2.2a">
<artifact name="uncommons-maths" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uncommons.maths', module='uncommons-maths', version='1.2.2a')
)
libraryDependencies += "org.uncommons.maths" % "uncommons-maths" % "1.2.2a"
[org.uncommons.maths/uncommons-maths "1.2.2a"]
Group / Artifact | Type | Version |
---|---|---|
jfree : jcommon | jar | 1.0.12 |
jfree : jfreechart | jar | 1.0.8a |