Skip to content

Commit fed049f

Browse files
committed
#85 - [2.0.0] - Version review. Adding a note of the version 2.0.0 in the README.md file
1 parent 1fa27f3 commit fed049f

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

README.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,6 @@ print in JSON/XML elements within a tree.*”
3434
</a>
3535
</p>
3636

37-
## Disclaimer About the HappyTree API 2.0.0
38-
Compared to the **v1.0.0** the **groupId** of this new version has been changed:
39-
40-
```diff
41-
- <groupId>com.madzera.happytree</groupId>
42-
<artifactId>happytree</artifactId>
43-
- <version>1.0.0</version>
44-
+ <groupId>com.madzera</groupId>
45-
<artifactId>happytree</artifactId>
46-
+ <version>2.0.0</version>
47-
```
48-
4937
## About the HappyTree API
5038

5139
### What is it?
@@ -280,6 +268,28 @@ type objects, which will encapsulate (wrap) their respective "original objects"
280268
[TreeManager](./src/main/java/com/madzera/happytree/TreeManager.java)
281269
interface to handle these elements.
282270

271+
### Importing the HappyTree API
272+
To import the HappyTree API into the Maven projects, just add the following:
273+
```xml
274+
<dependency>
275+
<groupId>com.madzera</groupId>
276+
<artifactId>happytree</artifactId>
277+
<version>2.0.0</version>
278+
</dependency>
279+
```
280+
281+
#### Disclaimer About the HappyTree API 2.0.0
282+
Compared to the **v1.0.0** the **groupId** of this new version has been changed:
283+
284+
```diff
285+
- <groupId>com.madzera.happytree</groupId>
286+
<artifactId>happytree</artifactId>
287+
- <version>1.0.0</version>
288+
+ <groupId>com.madzera</groupId>
289+
<artifactId>happytree</artifactId>
290+
+ <version>2.0.0</version>
291+
```
292+
283293
### Documentation
284294

285295
[HappyTree Official Documentation](https://happytreeapi.vercel.app/happytree-2.0.0.pdf)

0 commit comments

Comments
 (0)