File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,22 @@ It is designed to be extended and adapted for any entity that implements the `IN
39
39
40
40
---
41
41
42
+ ## Installation
43
+ #### for maven users
44
+ Add the following dependency to your ` pom.xml ` file:
45
+ ``` xml
46
+ <dependency >
47
+ <groupId >com.mewebstudio</groupId >
48
+ <artifactId >spring-boot-jpa-nested-set</artifactId >
49
+ <version >0.1.1</version >
50
+ </dependency >
51
+ ```
52
+ #### for gradle users
53
+ Add the following dependency to your ` build.gradle ` file:
54
+ ``` groovy
55
+ implementation 'com.mewebstudio:spring-boot-jpa-nested-set:0.1.1'
56
+ ```
57
+
42
58
## 🚀 Usage
43
59
44
60
### 1. Example entity class ` INestedSetNode<ID> `
Original file line number Diff line number Diff line change 8
8
<url >https://github.com/mewebstudio/spring-boot-jpa-nested-set</url >
9
9
<groupId >com.mewebstudio</groupId >
10
10
<artifactId >spring-boot-jpa-nested-set</artifactId >
11
- <version >0.1.0 </version >
11
+ <version >0.1.1 </version >
12
12
13
13
<developers >
14
14
<developer >
You can’t perform that action at this time.
0 commit comments