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