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 d9fe37a commit 7beebabCopy full SHA for 7beebab
README.md
@@ -48,3 +48,19 @@ As the project is a Maven project, building is rather simple by running:
48
49
This will produce the jsqlparser-VERSION.jar file in the target/ directory.
50
51
+## Maven Repository
52
+
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:
55
56
+```xml
57
+<repositories>
58
+ <repository>
59
+ <id>jsqlparser-snapshots</id>
60
+ <snapshots>
61
+ <enabled>true</enabled>
62
+ </snapshots>
63
+ <url>https://raw.github.com/wumpz/maven_repo/master/snapshots</url>
64
+ </repository>
65
+</repositories>
66
+```
0 commit comments