License |
License |
---|---|
GroupId | GroupIdcom.github.liuwww |
ArtifactId | ArtifactIdtemplate-jdbc |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontemplate-jdbc
template-jdbc,based on spring JdbcTemplate
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
template-jdbc-1.0.4.pom | |
template-jdbc-1.0.4.jar | 175 KB |
template-jdbc-1.0.4-sources.jar | 91 KB |
template-jdbc-1.0.4-javadoc.jar | 670 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuwww/template-jdbc/ -->
<dependency>
<groupId>com.github.liuwww</groupId>
<artifactId>template-jdbc</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuwww/template-jdbc/
implementation 'com.github.liuwww:template-jdbc:1.0.4'
// https://jarcasting.com/artifacts/com.github.liuwww/template-jdbc/
implementation ("com.github.liuwww:template-jdbc:1.0.4")
'com.github.liuwww:template-jdbc:jar:1.0.4'
<dependency org="com.github.liuwww" name="template-jdbc" rev="1.0.4">
<artifact name="template-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuwww', module='template-jdbc', version='1.0.4')
)
libraryDependencies += "com.github.liuwww" % "template-jdbc" % "1.0.4"
[com.github.liuwww/template-jdbc "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : fastjson | jar | 1.2.47 |
org.slf4j : slf4j-api | jar | 1.7.12 |
commons-beanutils : commons-beanutils | jar | 1.9.4 |
commons-configuration : commons-configuration | jar | 1.9 |
commons-io : commons-io | jar | 2.7 |
com.alibaba : druid | jar | 1.1.22 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | |
org.springframework : spring-jdbc | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.4.RELEASE |
org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
org.apache.logging.log4j : log4j-api | jar | 2.16.0 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | |
junit : junit | jar | 4.13.1 |
mysql : mysql-connector-java | jar | 8.0.16 |
com.h2database : h2 | jar | 2.1.210 |