Skip to content

Commit a48151c

Browse files
Maven installation
1 parent 65dd9be commit a48151c

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ this project in two ways:
88
- using the annotations @DiffMappings, @DiffMapping and @DiffProperty;
99
- using the DiffBuilder to map the properties of a class;
1010

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+
1121
## DiffBuilder
1222

1323
The DiffBuilder provides an API to map an object without the use of annotations:
@@ -187,4 +197,4 @@ public class Main {
187197

188198
# License
189199

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

Comments
 (0)