Extend dependency info
This commit is contained in:
parent
c4b8129c1b
commit
52cbfd29fc
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
|
@ -37,17 +37,26 @@ In `net.cgrand.xforms.io`:
|
||||||
|
|
||||||
## Add as a dependency
|
## Add as a dependency
|
||||||
|
|
||||||
### tools.deps
|
### Clojure CLI/deps.edn
|
||||||
|
|
||||||
```clj
|
```clj
|
||||||
net.cgrand/xforms {:mvn/version "0.19.3"}
|
net.cgrand/xforms {:mvn/version "0.19.3"}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Leiningen
|
or
|
||||||
|
|
||||||
|
```clj
|
||||||
|
net.cgrand/xforms {:git/url "https://github.com/cgrand/xforms"
|
||||||
|
:git/tag "v0.19.3"
|
||||||
|
:git/sha "f4ebaea"}
|
||||||
|
```
|
||||||
|
|
||||||
|
### Leiningen/Boot
|
||||||
|
|
||||||
```clj
|
```clj
|
||||||
[net.cgrand/xforms "0.19.3"]
|
[net.cgrand/xforms "0.19.3"]
|
||||||
```
|
```
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue