Skip to content

Commit 5312ccd

Browse files
committed
Added gradle coords
1 parent 24a7c3b commit 5312ccd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ system but after that it is up to an implementation about what custom scalars ar
99

1010
You would use custom scalars when you want to describe more meaningful behavior or ranges of values.
1111

12+
To use this library put the following into your gradle config
13+
14+
compile 'com.graphql-java:graphql-java-extended-scalars:<version???>'
15+
16+
or the following into your Maven config
17+
18+
<dependency>
19+
<groupId>com.graphql-java</groupId>
20+
<artifactId>graphql-java-extended-scalars</artifactId>
21+
<version>version???</version>
22+
</dependency>
23+
1224
## DateTime Scalars
1325

1426
* `DateTime`

0 commit comments

Comments
 (0)