We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65dd9be commit a48151cCopy full SHA for a48151c
1 file changed
README.md
@@ -8,6 +8,16 @@ this project in two ways:
8
- using the annotations @DiffMappings, @DiffMapping and @DiffProperty;
9
- using the DiffBuilder to map the properties of a class;
10
11
+# Installation
12
+
13
+```xml
14
+<dependency>
15
+ <groupId>com.github.jonpereiradev</groupId>
16
+ <artifactId>diff-objects</artifactId>
17
+ <version>1.0.0</version>
18
+</dependency>
19
+```
20
21
## DiffBuilder
22
23
The DiffBuilder provides an API to map an object without the use of annotations:
@@ -187,4 +197,4 @@ public class Main {
187
197
188
198
# License
189
199
190
-Diff-Objects is available under the [MIT license](https://tldrlegal.com/license/mit-license).
200
+Diff-Objects is available under the [MIT license](https://tldrlegal.com/license/mit-license).
0 commit comments