License |
License |
---|---|
Categories |
CategoriesClojure Languages |
GroupId | GroupIdorg.clojure |
ArtifactId | ArtifactIdcore.contracts |
Last Version | Last Version0.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore.contracts
A contracts programming library for Clojure
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core.contracts-0.0.6.pom | |
core.contracts-0.0.6.jar | 5 KB |
core.contracts-0.0.6-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.clojure/core.contracts/ -->
<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.contracts</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.clojure/core.contracts/
implementation 'org.clojure:core.contracts:0.0.6'
// https://jarcasting.com/artifacts/org.clojure/core.contracts/
implementation ("org.clojure:core.contracts:0.0.6")
'org.clojure:core.contracts:jar:0.0.6'
<dependency org="org.clojure" name="core.contracts" rev="0.0.6">
<artifact name="core.contracts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.clojure', module='core.contracts', version='0.0.6')
)
libraryDependencies += "org.clojure" % "core.contracts" % "0.0.6"
[org.clojure/core.contracts "0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.clojure : core.unify | jar | 0.5.7 |