<dependency> <groupId>com.ibeetl</groupId> <artifactId>sql-util</artifactId> <version>3.30.2-RELEASE</version> </dependency>
implementation 'com.ibeetl:sql-util:3.30.2-RELEASE'
implementation("com.ibeetl:sql-util:3.30.2-RELEASE")
libraryDependencies += "com.ibeetl" % "sql-util" % "3.30.2-RELEASE"
@Grapes( @Grab(group='com.ibeetl', module='sql-util', version='3.30.2-RELEASE') )
<dependency org="com.ibeetl" name="sql-util" rev="3.30.2-RELEASE" />
[com.ibeetl/sql-util "3.30.2-RELEASE"]
'com.ibeetl:sql-util:jar:3.30.2-RELEASE'
<parent> <groupId>com.ibeetl</groupId> <artifactId>beetlsql-all</artifactId> <version>3.30.2-RELEASE</version> </parent>
compile
|-- com.github.jsqlparser:jsqlparser:4.7