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 f7d311a commit 47c36cfCopy full SHA for 47c36cf
README.md
@@ -14,13 +14,13 @@ When using Maven:
14
<dependency>
15
<groupId>com.graphql-java-kickstart</groupId>
16
<artifactId>graphql-webclient-spring-boot-starter</artifactId>
17
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1.0</version>
18
</dependency>
19
```
20
21
When using gradle:
22
```groovy
23
-implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:0.0.1-SNAPSHOT"
+implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:0.1.0"
24
25
26
Configure at least the URL of the GraphQL API to consume:
0 commit comments