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