u

uncommons-maths

Random number generators, probability distributions, combinatorics and statistics for Java.
http://maths.uncommons.org/
Apache License, Version 2.0
Dan Dyer
文件下载
文件名 操作
uncommons-maths-1.2.2.jar 下载
uncommons-maths-1.2.2.pom 下载
uncommons-maths-1.2.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.uncommons.maths</groupId>
  <artifactId>uncommons-maths</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'org.uncommons.maths:uncommons-maths:1.2.2'
Gradle Kotlin
implementation("org.uncommons.maths:uncommons-maths:1.2.2")
Scala SBT
libraryDependencies += "org.uncommons.maths" % "uncommons-maths" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.uncommons.maths', module='uncommons-maths', version='1.2.2')
)
Apache Ivy
<dependency org="org.uncommons.maths" name="uncommons-maths" rev="1.2.2" />
Leiningen
[org.uncommons.maths/uncommons-maths "1.2.2"]
Apache Buildr
'org.uncommons.maths:uncommons-maths:jar:1.2.2'
本项目依赖