commons-math4-legacy-exception

commons-math4-legacy-exception

Exception classes used by code in "legacy" modules.
Files download
File Operation
commons-math4-legacy-exception-4.0-beta1.jar download
commons-math4-legacy-exception-4.0-beta1.pom download
commons-math4-legacy-exception-4.0-beta1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-math4-legacy-exception</artifactId>
  <version>4.0-beta1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-math4-legacy-exception:4.0-beta1'
Gradle Kotlin
implementation("org.apache.commons:commons-math4-legacy-exception:4.0-beta1")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-math4-legacy-exception" % "4.0-beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-math4-legacy-exception', version='4.0-beta1')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-math4-legacy-exception" rev="4.0-beta1" />
Leiningen
[org.apache.commons/commons-math4-legacy-exception "4.0-beta1"]
Apache Buildr
'org.apache.commons:commons-math4-legacy-exception:jar:4.0-beta1'