simple-spring-jdbc

simple orm based on jdbcTemplate

License

License

GroupId

GroupId

me.wuwenbin
ArtifactId

ArtifactId

simple-spring-jdbc
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

simple-spring-jdbc
simple orm based on jdbcTemplate
Project URL

Project URL

https://wuwenbin.me
Source Code Management

Source Code Management

https://github.com/miyakowork/simple-spring-jdbc

Download simple-spring-jdbc

How to add to project

<!-- 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"]

Dependencies

provided (4)

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

test (2)

Group / Artifact Type Version
com.alibaba : druid jar 1.0.18
org.springframework : spring-test jar 4.3.23.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.0