Skip to content

Commit 0884d41

Browse files
committed
added maven syntax to reame
1 parent d72774a commit 0884d41

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ dependencies {
1616
}
1717
```
1818

19+
(Maven syntax)
20+
21+
```groovy
22+
<dependency>
23+
<groupId>io.github.graphql-java</groupId>
24+
<artifactId>graphql-java-annotations</artifactId>
25+
<version>5.1</version>
26+
</dependency>
27+
```
28+
1929

2030
## Defining Objects
2131

0 commit comments

Comments
 (0)