is not current version
Last Version 1.1

com.github.mryingjie:sql-executor 1.0

a sql execution engine that supports multiple types of data sources

GroupId

GroupId

com.github.mryingjie
ArtifactId

ArtifactId

sql-executor
Version

Version

1.0
Type

Type

pom

Download sql-executor 1.0

Filename Size
sql-executor-1.0.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.mryingjie/sql-executor/ -->
<dependency>
    <groupId>com.github.mryingjie</groupId>
    <artifactId>sql-executor</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mryingjie/sql-executor/
implementation 'com.github.mryingjie:sql-executor:1.0'
// https://jarcasting.com/artifacts/com.github.mryingjie/sql-executor/
implementation ("com.github.mryingjie:sql-executor:1.0")
'com.github.mryingjie:sql-executor:pom:1.0'
<dependency org="com.github.mryingjie" name="sql-executor" rev="1.0">
  <artifact name="sql-executor" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mryingjie', module='sql-executor', version='1.0')
)
libraryDependencies += "com.github.mryingjie" % "sql-executor" % "1.0"
[com.github.mryingjie/sql-executor "1.0"]