We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651e97d commit 30f7115Copy full SHA for 30f7115
1 file changed
docs/README.md
@@ -23,6 +23,7 @@ follow the steps below to use the library in your project.
23
<summary>Gradle</summary>
24
25
Step 1. Add the JitPack repository to your build file
26
+
27
Add it in your root build.gradle at the end of repositories:
28
29
```gradle
@@ -77,6 +78,7 @@ Step 2. Add the dependency
77
78
<summary>Sbt</summary>
79
80
81
82
Add it in your build.sbt at the end of resolvers:
83
84
```sbt
@@ -95,6 +97,7 @@ libraryDependencies += "com.github.Multiform-Validator" % "java" % "0.0.4"
95
97
<summary>Leiningen</summary>
96
98
99
100
101
Add it in your project.clj at the end of repositories:
102
103
```clojure
0 commit comments