You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **[Practicalli Clojure book](https://practical.li/clojure)** uses this configuration extensively to develop Clojure projects.
12
+
[Practicalli books](https://practical.li/#books) use the configuration extensively to develop Clojure projects.
14
13
15
14
[Practicalli Clojure CLI Config](https://github.com/practicalli/clojure-cli-config/) contains a `deps.edn` alias definitions for a wide range of community libraries and tools to that extend the features of Clojure CLI.
--title 'Practicalli Live - Exercism.io challenges' \
644
+
--start '2020-11-14T09:00+00:00' \
645
+
--duration 1 \
646
+
--url https://youtu.be/Z5C7X1UN8yo \
647
+
--description 'Walking through solutions to the Exercism.io challenges'
637
648
```
638
649
639
650
Take care to get the timezone notation correct.
640
651
641
652
642
-
# Library Hosting Services
653
+
##Library Hosting Services
643
654
644
655
Repositories that host libraries for Clojure.
645
656
@@ -651,12 +662,12 @@ The order of additional repositories consulted is not guaranteed, so may cause u
651
662
652
663
Maven supports [explicit mirror definition](https://maven.apache.org/guides/mini/guide-mirror-settings.html) in `~/.m2/settings.xml` and Clojure CLI supports this configuration. Adding Maven Central or a mirror to `~/.m2/settings.xml` negates the need for its entry in deps.edn configuration.
653
664
654
-
## Recommended repositories
665
+
###Recommended repositories
655
666
656
667
*`central` - Maven Central, the canonical repository for JVM libraries, including Clojure releases
657
668
*`clojars` - [clojars.org](https://repo.clojars.org/), the canonical repositories for Clojure community libraries fronted by a contend delivery network service
658
669
659
-
## Optional repositories
670
+
###Optional repositories
660
671
661
672
*`sonatype` - [snapshots of Clojure development releases](https://oss.sonatype.org/), useful for testing against before new stable releases.
662
673
*`business-area` - example of adding a local Artifactory server for your team or business area.
0 commit comments