File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 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
3939
4040---
4141
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+
4258## 🚀 Usage
4359
4460### 1. Example entity class ` INestedSetNode<ID> `
Original file line number Diff line number Diff line change 88 <url >https://github.com/mewebstudio/spring-boot-jpa-nested-set</url >
99 <groupId >com.mewebstudio</groupId >
1010 <artifactId >spring-boot-jpa-nested-set</artifactId >
11- <version >0.1.0 </version >
11+ <version >0.1.1 </version >
1212
1313 <developers >
1414 <developer >
You can’t perform that action at this time.
0 commit comments