| License |
License |
|---|---|
| Categories |
CategoriesClojure Languages |
| GroupId | GroupIdorg.clojure |
| ArtifactId | ArtifactIdmath.combinatorics |
| Last Version | Last Version0.1.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmath.combinatorics
Parent POM for projects contributed to Clojure
|
| Filename | Size |
|---|---|
| math.combinatorics-0.1.6.pom | |
| math.combinatorics-0.1.6.jar | 4 KB |
| math.combinatorics-0.1.6-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.clojure/math.combinatorics/ -->
<dependency>
<groupId>org.clojure</groupId>
<artifactId>math.combinatorics</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.clojure/math.combinatorics/
implementation 'org.clojure:math.combinatorics:0.1.6'
// https://jarcasting.com/artifacts/org.clojure/math.combinatorics/
implementation ("org.clojure:math.combinatorics:0.1.6")
'org.clojure:math.combinatorics:jar:0.1.6'
<dependency org="org.clojure" name="math.combinatorics" rev="0.1.6">
<artifact name="math.combinatorics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.clojure', module='math.combinatorics', version='0.1.6')
)
libraryDependencies += "org.clojure" % "math.combinatorics" % "0.1.6"
[org.clojure/math.combinatorics "0.1.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.clojure : clojure | jar | 1.7.0 |