Extend dependency info

This commit is contained in:
Imre Kószó 2022-08-02 13:36:49 +02:00
parent c4b8129c1b
commit 52cbfd29fc

View file

@ -37,17 +37,26 @@ In `net.cgrand.xforms.io`:
## Add as a dependency
### tools.deps
### Clojure CLI/deps.edn
```clj
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
[net.cgrand/xforms "0.19.3"]
```
```
## Usage