License |
License |
---|---|
GroupId | GroupIdcom.github.mryingjie |
ArtifactId | ArtifactIdsql-executor-core |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiona sql execution engine that supports multiple types of data sources
|
Filename | Size |
---|---|
sql-executor-core-1.1.pom | |
sql-executor-core-1.1.jar | 118 KB |
sql-executor-core-1.1-sources.jar | 58 KB |
sql-executor-core-1.1-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mryingjie/sql-executor-core/ -->
<dependency>
<groupId>com.github.mryingjie</groupId>
<artifactId>sql-executor-core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mryingjie/sql-executor-core/
implementation 'com.github.mryingjie:sql-executor-core:1.1'
// https://jarcasting.com/artifacts/com.github.mryingjie/sql-executor-core/
implementation ("com.github.mryingjie:sql-executor-core:1.1")
'com.github.mryingjie:sql-executor-core:jar:1.1'
<dependency org="com.github.mryingjie" name="sql-executor-core" rev="1.1">
<artifact name="sql-executor-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mryingjie', module='sql-executor-core', version='1.1')
)
libraryDependencies += "com.github.mryingjie" % "sql-executor-core" % "1.1"
[com.github.mryingjie/sql-executor-core "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : druid | jar | 1.1.12 |
org.projectlombok : lombok | jar | 1.18.8 |
joinery » joinery-dataframe | jar | 1.9 |
org.apache.poi : poi-ooxml | jar | 3.17 |
org.apache.poi : poi | jar | 3.17 |
org.slf4j : slf4j-api | jar | 1.7.6 |
org.slf4j : slf4j-log4j12 | jar | 1.7.6 |
commons-logging : commons-logging | jar | 1.1.1 |
commons-beanutils : commons-beanutils | jar | 1.9.3 |
commons-dbutils : commons-dbutils | jar | 1.7 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.16 |