License |
License |
---|---|
GroupId | GroupIdcom.github.mryingjie |
ArtifactId | ArtifactIdsql-executor |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionsql-executor
a sql execution engine that supports multiple types of data sources
|
Project URL |
Project URL |
Filename | Size |
---|---|
sql-executor-1.1.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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mryingjie/sql-executor/
implementation 'com.github.mryingjie:sql-executor:1.1'
// https://jarcasting.com/artifacts/com.github.mryingjie/sql-executor/
implementation ("com.github.mryingjie:sql-executor:1.1")
'com.github.mryingjie:sql-executor:pom:1.1'
<dependency org="com.github.mryingjie" name="sql-executor" rev="1.1">
<artifact name="sql-executor" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mryingjie', module='sql-executor', version='1.1')
)
libraryDependencies += "com.github.mryingjie" % "sql-executor" % "1.1"
[com.github.mryingjie/sql-executor "1.1"]