Skip to content

Commit a9ef1d6

Browse files
committed
#initial-commit
1 parent 7e4a874 commit a9ef1d6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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>`

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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>

0 commit comments

Comments
 (0)