We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9e5a8 commit 7db8be7Copy full SHA for 7db8be7
1 file changed
README.md
@@ -19,10 +19,21 @@ Add the dependency to your `pom.xml`:
19
<dependency>
20
<groupId>com.github.EzFramework</groupId>
21
<artifactId>java-query-builder</artifactId>
22
- <version>1.0.0</version>
+ <version>1.0.2</version>
23
</dependency>
24
```
25
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
37
## Quick Start
38
39
### Generating SQL
0 commit comments