We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5312ccd commit 19c7f53Copy full SHA for 19c7f53
readme.md
@@ -11,14 +11,14 @@ You would use custom scalars when you want to describe more meaningful behavior
11
12
To use this library put the following into your gradle config
13
14
- compile 'com.graphql-java:graphql-java-extended-scalars:<version???>'
+ compile 'com.graphql-java:graphql-java-extended-scalars:1.0'
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>
+ <version>1.0</version>
22
</dependency>
23
24
## DateTime Scalars
0 commit comments