Skip to content

Commit c6ea5f7

Browse files
authored
Update README.md
1 parent 1fa366f commit c6ea5f7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ AdvancedSQL is a SQL query builder and/or connector that helps you to generate/m
77
## Download
88
Download the last JAR version: https://github.com/DenzelCode/AdvancedSQL/releases/latest
99

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+
1020
## Examples:
1121
**Connect to the Database:**
1222
There is no need to create the database manually, AdvancedSQL does it for you.

0 commit comments

Comments
 (0)