Skip to content

Commit c438fdd

Browse files
committed
Update README.md
1 parent 7beebab commit c438fdd

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ This will produce the jsqlparser-VERSION.jar file in the target/ directory.
5050

5151
## Maven Repository
5252

53-
At the moment I created a github maven repository. Starting from now I will deploy here.
54-
To use it here is the repository configuration:
53+
At the moment I created a github maven repository. Starting from now I will deploy there.
54+
To use it this is the repository configuration:
5555

5656
```xml
5757
<repositories>
@@ -64,3 +64,12 @@ To use it here is the repository configuration:
6464
</repository>
6565
</repositories>
6666
```
67+
68+
And this is the dependency declaration in your pom:
69+
```xml
70+
<dependency>
71+
<groupId>net.sf.jsqlparser</groupId>
72+
<artifactId>jsqlparser</artifactId>
73+
<version>0.8.1-SNAPSHOT</version>
74+
</dependency>
75+
```

0 commit comments

Comments
 (0)