| Categories |
CategoriesClojure Languages |
|---|---|
| GroupId | GroupIdorg.clojure |
| ArtifactId | ArtifactIdmath.combinatorics |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| math.combinatorics-0.1.0.pom | |
| math.combinatorics-0.1.0.jar | 11 KB |
| math.combinatorics-0.1.0-sources.jar | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.clojure/math.combinatorics/ -->
<dependency>
<groupId>org.clojure</groupId>
<artifactId>math.combinatorics</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.clojure/math.combinatorics/
implementation 'org.clojure:math.combinatorics:0.1.0'
// https://jarcasting.com/artifacts/org.clojure/math.combinatorics/
implementation ("org.clojure:math.combinatorics:0.1.0")
'org.clojure:math.combinatorics:jar:0.1.0'
<dependency org="org.clojure" name="math.combinatorics" rev="0.1.0">
<artifact name="math.combinatorics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.clojure', module='math.combinatorics', version='0.1.0')
)
libraryDependencies += "org.clojure" % "math.combinatorics" % "0.1.0"
[org.clojure/math.combinatorics "0.1.0"]