We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a60cdf commit eef10b1Copy full SHA for eef10b1
1 file changed
README.md
@@ -40,7 +40,15 @@ definition to your `pom.xml`:
40
41
With [Leiningen](http://leiningen.org):
42
43
-[](http://clojars.org/com.novemberain/langohr)
+``` clojure
44
+[com.novemberain/langohr "5.5.0"]
45
+```
46
+
47
+With `deps.edn`:
48
49
50
+com.novemberain/langohr {:mvn/version "5.5.0"}
51
52
53
54
With Maven:
0 commit comments