Skip to content

Commit 7db8be7

Browse files
committed
docs: updated version in README.md
1 parent 0c9e5a8 commit 7db8be7

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,21 @@ Add the dependency to your `pom.xml`:
1919
<dependency>
2020
<groupId>com.github.EzFramework</groupId>
2121
<artifactId>java-query-builder</artifactId>
22-
<version>1.0.0</version>
22+
<version>1.0.2</version>
2323
</dependency>
2424
```
2525

26+
Add the repository of Jitpack to your `pom.xml`:
27+
28+
```xml
29+
<repositories>
30+
<repository>
31+
<id>jitpack.io</id>
32+
<url>https://jitpack.io</url>
33+
</repository>
34+
</repositories>
35+
```
36+
2637
## Quick Start
2738

2839
### Generating SQL

0 commit comments

Comments
 (0)