File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,25 @@ This library provides extended validation of fields and field arguments for [gra
1313
1414This code is currently under construction. It is fairly complete in providing powerful validation
1515but as it has NOT be consumed by a production like project then its API usefulness has not been tested
16- and its code has not been battle tested.
16+ and battle tested.
1717
1818But the project welcomes all feedback and input on code design and validation requirements.
1919
20+ ``` xml
21+ <dependency >
22+ <groupId >com.graphql-java</groupId >
23+ <artifactId >graphql-java-extended-validation</artifactId >
24+ <version >0.0.1</version >
25+ <type >pom</type >
26+ </dependency >
27+ ```
28+
29+ ``` groovy
30+ compile 'com.graphql-java:graphql-java-extended-validation:0.0.1'
31+ ```
32+
33+ Its currently available from JCenter repo and Maven central is pending.
34+
2035
2136# SDL @Directive constraints
2237
You can’t perform that action at this time.
0 commit comments