License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.fangjinuo.sqlhelper |
ArtifactId | ArtifactIdsqlhelper-datasource |
Last Version | Last Version3.6.14 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.fangjinuo.sqlhelper:sqlhelper-datasource:3.6.14
JDBC Extensions:
Supports SQL Tools (ORM, Dialect, Pagination, DDL Dump, UrlParser, SqlStatementParser, WallFilter, BatchExecutor for Test)
based Java
|
Filename | Size |
---|---|
sqlhelper-datasource-3.6.14.pom | |
sqlhelper-datasource-3.6.14.jar | 99 KB |
sqlhelper-datasource-3.6.14-sources.jar | 70 KB |
sqlhelper-datasource-3.6.14-javadoc.jar | 398 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-datasource/ -->
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-datasource</artifactId>
<version>3.6.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-datasource/
implementation 'com.github.fangjinuo.sqlhelper:sqlhelper-datasource:3.6.14'
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-datasource/
implementation ("com.github.fangjinuo.sqlhelper:sqlhelper-datasource:3.6.14")
'com.github.fangjinuo.sqlhelper:sqlhelper-datasource:jar:3.6.14'
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper-datasource" rev="3.6.14">
<artifact name="sqlhelper-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.sqlhelper', module='sqlhelper-datasource', version='3.6.14')
)
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-datasource" % "3.6.14"
[com.github.fangjinuo.sqlhelper/sqlhelper-datasource "3.6.14"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 1.5.22.RELEASE |
org.springframework.boot : spring-boot-starter-logging | jar | 1.5.22.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.22.RELEASE |
com.github.fangjinuo.sqlhelper : sqlhelper-common | jar | 3.6.14 |
com.zaxxer : HikariCP Optional | jar | 2.4.7 |
org.apache.commons : commons-dbcp2 Optional | jar | 2.4.0 |
com.mchange : c3p0 Optional | jar | 0.9.5.5 |
org.apache.tomcat : tomcat-jdbc Optional | jar | 8.5.43 |
com.alibaba : druid Optional | jar | 1.1.24 |
org.slf4j : slf4j-api | jar | 1.7.0 |
org.slf4j : jcl-over-slf4j | jar | 1.7.0 |
com.github.fangjinuo.langx : langx-java | jar | 4.6.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc Optional | jar | 4.3.25.RELEASE |
org.springframework : spring-tx | jar | 4.3.25.RELEASE |
com.github.fangjinuo.agileway : agileway-aop Optional | jar | 3.1.0 |
com.github.fangjinuo.agileway : agileway-spring Optional | jar | 3.1.0 |
org.springframework : spring-aop Optional | jar | 4.3.25.RELEASE |
org.aspectj : aspectjweaver Optional | jar | 1.9.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |