c

commons-math3

The Apache Commons Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.
http://commons.apache.org/proper/commons-math/
Files download
File Operation
commons-math3-1.1.1.1-jre14-SP1.jar download
commons-math3-1.1.1.1-jre14-SP1.pom download
commons-math3-1.1.1.1-jre14-SP1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>commons-math3</artifactId>
  <version>1.1.1.1-jre14-SP1</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:commons-math3:1.1.1.1-jre14-SP1'
Gradle Kotlin
implementation("com.guicedee.services:commons-math3:1.1.1.1-jre14-SP1")
Scala SBT
libraryDependencies += "com.guicedee.services" % "commons-math3" % "1.1.1.1-jre14-SP1"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='commons-math3', version='1.1.1.1-jre14-SP1')
)
Apache Ivy
<dependency org="com.guicedee.services" name="commons-math3" rev="1.1.1.1-jre14-SP1" />
Leiningen
[com.guicedee.services/commons-math3 "1.1.1.1-jre14-SP1"]
Apache Buildr
'com.guicedee.services:commons-math3:jar:1.1.1.1-jre14-SP1'