License |
License |
---|---|
GroupId | GroupIdio.leopard.boot |
ArtifactId | ArtifactIdleopard-boot-jdbc |
Last Version | Last Version0.9.20 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLeopard-Jdbc
MySQL操作,基于Spring Jdbc封装,简化SQL操作。
|
Filename | Size |
---|---|
leopard-boot-jdbc-0.9.20.pom | |
leopard-boot-jdbc-0.9.20.jar | 115 KB |
leopard-boot-jdbc-0.9.20-sources.jar | 70 KB |
leopard-boot-jdbc-0.9.20-javadoc.jar | 462 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.leopard.boot/leopard-boot-jdbc/ -->
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-jdbc</artifactId>
<version>0.9.20</version>
</dependency>
// https://jarcasting.com/artifacts/io.leopard.boot/leopard-boot-jdbc/
implementation 'io.leopard.boot:leopard-boot-jdbc:0.9.20'
// https://jarcasting.com/artifacts/io.leopard.boot/leopard-boot-jdbc/
implementation ("io.leopard.boot:leopard-boot-jdbc:0.9.20")
'io.leopard.boot:leopard-boot-jdbc:jar:0.9.20'
<dependency org="io.leopard.boot" name="leopard-boot-jdbc" rev="0.9.20">
<artifact name="leopard-boot-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leopard.boot', module='leopard-boot-jdbc', version='0.9.20')
)
libraryDependencies += "io.leopard.boot" % "leopard-boot-jdbc" % "0.9.20"
[io.leopard.boot/leopard-boot-jdbc "0.9.20"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 4.3.9.RELEASE |
c3p0 : c3p0 | jar | 0.9.1.2 |
mysql : mysql-connector-java | jar | 5.1.46 |
io.leopard.boot : leopard-boot-json | jar | 0.9.20 |
io.leopard.boot : leopard-boot-spring-util | jar | 0.9.20 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.21.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.9.5 |
junit : junit | jar | 4.12 |