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 3927c3d commit 1daf2d0Copy full SHA for 1daf2d0
README.md
@@ -88,22 +88,6 @@ For full example check the code inside sample_code project.
88
The only dependencies is **GSON**.
89
*Required to add manually when using IntelliJava jar. However, if you imported this repo through Maven, it will handle the dependencies.*
90
91
-For Maven:
92
-```
93
-<dependency>
94
- <groupId>com.google.code.gson</groupId>
95
- <artifactId>gson</artifactId>
96
- <version>2.10.1</version>
97
-</dependency>
98
99
-
100
-For Gradle:
101
102
-dependencies {
103
- implementation 'com.google.code.gson:gson:2.10.1'
104
-}
105
106
107
For jar download:
108
[gson download repo](https://search.maven.org/artifact/com.google.code.gson/gson/2.10.1/jar)
109
0 commit comments