File tree Expand file tree Collapse file tree 2 files changed +6
-25
lines changed
Expand file tree Collapse file tree 2 files changed +6
-25
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Step 2. Add the dependency
4040
4141``` gradle
4242dependencies {
43- implementation 'com.github.Multiform-Validator:java:0.0.4 '
43+ implementation 'com.github.Multiform-Validator:java:0.0.5 '
4444}
4545```
4646
@@ -68,7 +68,7 @@ Step 2. Add the dependency
6868<dependency >
6969 <groupId >com.github.Multiform-Validator</groupId >
7070 <artifactId >java</artifactId >
71- <version >0.0.4 </version >
71+ <version >0.0.5 </version >
7272</dependency >
7373```
7474
@@ -88,7 +88,7 @@ resolvers += "jitpack" at "https://jitpack.io"
8888Step 2. Add the dependency
8989
9090``` sbt
91- libraryDependencies += " com.github.Multiform-Validator" % " java" % " 0.0.4 "
91+ libraryDependencies += " com.github.Multiform-Validator" % " java" % " 0.0.5 "
9292```
9393
9494</details >
@@ -107,12 +107,12 @@ Add it in your project.clj at the end of repositories:
107107Step 2. Add the dependency
108108
109109``` clojure
110- :dependencies [[com.github.Multiform-Validator/java " 0.0.4 " ]]
110+ :dependencies [[com.github.Multiform-Validator/java " 0.0.5 " ]]
111111```
112112
113113</details >
114114
115- ## Available methods - JAVA (0.0.4 )v
115+ ## Available methods - JAVA (0.0.5 )v
116116
117117- [ CnpjValidator] ( https://multiform-validator.github.io/java/classes/CnpjValidator )
118118
You can’t perform that action at this time.
0 commit comments