Skip to content

Commit e1aa48e

Browse files
committed
Readme with version info
1 parent 909057c commit e1aa48e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

readme.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,25 @@ This library provides extended validation of fields and field arguments for [gra
1313

1414
This code is currently under construction. It is fairly complete in providing powerful validation
1515
but 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

1818
But 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

0 commit comments

Comments
 (0)