clojure-interop/commons-math

Clojure to Java Interop Bindings for commons-math

Leiningen/Boot

[clojure-interop/commons-math "1.0.0"]

Clojure CLI/deps.edn

clojure-interop/commons-math {:mvn/version "1.0.0"}

Gradle

implementation("clojure-interop:commons-math:1.0.0")

Maven

<dependency>
  <groupId>clojure-interop</groupId>
  <artifactId>commons-math</artifactId>
  <version>1.0.0</version>
</dependency>