is not current version
Last Version 0.1.6

org.clojure:math.combinatorics 0.1.4


Categories

Categories

Clojure Languages
GroupId

GroupId

org.clojure
ArtifactId

ArtifactId

math.combinatorics
Version

Version

0.1.4
Type

Type

jar

Download math.combinatorics 0.1.4


<!-- https://jarcasting.com/artifacts/org.clojure/math.combinatorics/ -->
<dependency>
    <groupId>org.clojure</groupId>
    <artifactId>math.combinatorics</artifactId>
    <version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.clojure/math.combinatorics/
implementation 'org.clojure:math.combinatorics:0.1.4'
// https://jarcasting.com/artifacts/org.clojure/math.combinatorics/
implementation ("org.clojure:math.combinatorics:0.1.4")
'org.clojure:math.combinatorics:jar:0.1.4'
<dependency org="org.clojure" name="math.combinatorics" rev="0.1.4">
  <artifact name="math.combinatorics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.clojure', module='math.combinatorics', version='0.1.4')
)
libraryDependencies += "org.clojure" % "math.combinatorics" % "0.1.4"
[org.clojure/math.combinatorics "0.1.4"]