commons-math4-legacy

commons-math4-legacy

Codes that are either currently unsupported or not yet modularized.
Files download
File Operation
commons-math4-legacy-4.0-beta1.jar download
commons-math4-legacy-4.0-beta1.pom download
commons-math4-legacy-4.0-beta1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-math4-legacy</artifactId>
  <version>4.0-beta1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-math4-legacy:4.0-beta1'
Gradle Kotlin
implementation("org.apache.commons:commons-math4-legacy:4.0-beta1")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-math4-legacy" % "4.0-beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-math4-legacy', version='4.0-beta1')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-math4-legacy" rev="4.0-beta1" />
Leiningen
[org.apache.commons/commons-math4-legacy "4.0-beta1"]
Apache Buildr
'org.apache.commons:commons-math4-legacy:jar:4.0-beta1'