We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa366f commit c6ea5f7Copy full SHA for c6ea5f7
1 file changed
README.md
@@ -7,6 +7,16 @@ AdvancedSQL is a SQL query builder and/or connector that helps you to generate/m
7
## Download
8
Download the last JAR version: https://github.com/DenzelCode/AdvancedSQL/releases/latest
9
10
+## Dependency for maven:
11
+```
12
+<dependency>
13
+ <groupId>com.code</groupId>
14
+ <artifactId>advancedsql</artifactId>
15
+ <version>2.0.0</version>
16
+ <systemPath>${project.basedir}/lib/AdvancedSQL.jar</systemPath>
17
+</dependency>
18
19
+
20
## Examples:
21
**Connect to the Database:**
22
There is no need to create the database manually, AdvancedSQL does it for you.
0 commit comments