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