We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d38859 commit d0f549aCopy full SHA for d0f549a
README.md
@@ -21,20 +21,22 @@ But the project welcomes all feedback and input on code design and validation re
21
<dependency>
22
<groupId>com.graphql-java</groupId>
23
<artifactId>graphql-java-extended-validation</artifactId>
24
- <version>0.0.5</version>
+ <version>15.0.1</version>
25
<type>pom</type>
26
</dependency>
27
```
28
29
```groovy
30
-compile 'com.graphql-java:graphql-java-extended-validation:0.0.5'
+compile 'com.graphql-java:graphql-java-extended-validation:15.0.1'
31
32
33
> Note:
34
>
35
> use 0.0.3 or below for graphql-java 13.x and below
36
37
> use 14.0.1 or above for graphql-java 14.x and above
38
+>
39
+> use 15.0.1 or above for graphql-java 15.x and above
40
41
Its currently available from JCenter repo and Maven central is pending.
42
0 commit comments