We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2b65c commit 20f385fCopy full SHA for 20f385f
1 file changed
json/gson/README.md
@@ -5,3 +5,27 @@ into their JSON representation and vice versa.
5
6
Examples com from the Java Gson tutorial
7
http://zetcode.com/java/gson/
8
+
9
10
+Properties:
11
12
+```
13
+<properties>
14
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
+ <maven.compiler.source>11</maven.compiler.source>
16
+ <maven.compiler.target>11</maven.compiler.target>
17
+</properties>
18
19
20
21
+Dependencies:
22
23
24
+<dependencies>
25
+ <dependency>
26
+ <groupId>com.google.code.gson</groupId>
27
+ <artifactId>gson</artifactId>
28
+ <version>2.8.5</version>
29
+ </dependency>
30
+</dependencies>
31
0 commit comments