is not current version
Last Version 3.14.5-RELEASE

com.ibeetl:sql-core 3.2.3-RELEASE


GroupId

GroupId

com.ibeetl
ArtifactId

ArtifactId

sql-core
Version

Version

3.2.3-RELEASE
Type

Type

jar

Download sql-core 3.2.3-RELEASE


<!-- https://jarcasting.com/artifacts/com.ibeetl/sql-core/ -->
<dependency>
    <groupId>com.ibeetl</groupId>
    <artifactId>sql-core</artifactId>
    <version>3.2.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibeetl/sql-core/
implementation 'com.ibeetl:sql-core:3.2.3-RELEASE'
// https://jarcasting.com/artifacts/com.ibeetl/sql-core/
implementation ("com.ibeetl:sql-core:3.2.3-RELEASE")
'com.ibeetl:sql-core:jar:3.2.3-RELEASE'
<dependency org="com.ibeetl" name="sql-core" rev="3.2.3-RELEASE">
  <artifact name="sql-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibeetl', module='sql-core', version='3.2.3-RELEASE')
)
libraryDependencies += "com.ibeetl" % "sql-core" % "3.2.3-RELEASE"
[com.ibeetl/sql-core "3.2.3-RELEASE"]