License |
License |
---|---|
GroupId | GroupIdme.wuwenbin |
ArtifactId | ArtifactIdsimple-spring-jdbc |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimple-spring-jdbc
simple orm based on jdbcTemplate
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-spring-jdbc-1.0.pom | |
simple-spring-jdbc-1.0.jar | 52 KB |
simple-spring-jdbc-1.0-sources.jar | 33 KB |
simple-spring-jdbc-1.0-javadoc.jar | 305 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.wuwenbin/simple-spring-jdbc/ -->
<dependency>
<groupId>me.wuwenbin</groupId>
<artifactId>simple-spring-jdbc</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.wuwenbin/simple-spring-jdbc/
implementation 'me.wuwenbin:simple-spring-jdbc:1.0'
// https://jarcasting.com/artifacts/me.wuwenbin/simple-spring-jdbc/
implementation ("me.wuwenbin:simple-spring-jdbc:1.0")
'me.wuwenbin:simple-spring-jdbc:jar:1.0'
<dependency org="me.wuwenbin" name="simple-spring-jdbc" rev="1.0">
<artifact name="simple-spring-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.wuwenbin', module='simple-spring-jdbc', version='1.0')
)
libraryDependencies += "me.wuwenbin" % "simple-spring-jdbc" % "1.0"
[me.wuwenbin/simple-spring-jdbc "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 4.3.23.RELEASE |
org.springframework : spring-context | jar | 4.3.23.RELEASE |
org.springframework : spring-aspects | jar | 4.3.23.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : druid | jar | 1.0.18 |
org.springframework : spring-test | jar | 4.3.23.RELEASE |