File tree 2 files changed +6
-25
lines changed
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
40
40
41
41
``` gradle
42
42
dependencies {
43
- implementation 'com.github.Multiform-Validator:java:0.0.4 '
43
+ implementation 'com.github.Multiform-Validator:java:0.0.5 '
44
44
}
45
45
```
46
46
@@ -68,7 +68,7 @@ Step 2. Add the dependency
68
68
<dependency >
69
69
<groupId >com.github.Multiform-Validator</groupId >
70
70
<artifactId >java</artifactId >
71
- <version >0.0.4 </version >
71
+ <version >0.0.5 </version >
72
72
</dependency >
73
73
```
74
74
@@ -88,7 +88,7 @@ resolvers += "jitpack" at "https://jitpack.io"
88
88
Step 2. Add the dependency
89
89
90
90
``` sbt
91
- libraryDependencies += " com.github.Multiform-Validator" % " java" % " 0.0.4 "
91
+ libraryDependencies += " com.github.Multiform-Validator" % " java" % " 0.0.5 "
92
92
```
93
93
94
94
</details >
@@ -107,12 +107,12 @@ Add it in your project.clj at the end of repositories:
107
107
Step 2. Add the dependency
108
108
109
109
``` clojure
110
- :dependencies [[com.github.Multiform-Validator/java " 0.0.4 " ]]
110
+ :dependencies [[com.github.Multiform-Validator/java " 0.0.5 " ]]
111
111
```
112
112
113
113
</details >
114
114
115
- ## Available methods - JAVA (0.0.4 )v
115
+ ## Available methods - JAVA (0.0.5 )v
116
116
117
117
- [ CnpjValidator] ( https://multiform-validator.github.io/java/classes/CnpjValidator )
118
118
You can’t perform that action at this time.
0 commit comments