is not current version
Last Version 1.5.11

vonce-sqlbean-spring 1.5.10

This is a tool that uses java object-oriented idea to write and generate SQL statements. On this basis, it also implements lightweight plug-in support similar to JPA for mybatis and spring JDBC. A large number of common SQL execution methods are built in plug-ins to improve development efficiency, reduce a large number of SQL statement writing, and make developers focus on business code writing.

License

License

GroupId

GroupId

cn.vonce
ArtifactId

ArtifactId

vonce-sqlbean-spring
Version

Version

1.5.10
Type

Type

jar
Description

Description

vonce-sqlbean-spring
This is a tool that uses java object-oriented idea to write and generate SQL statements. On this basis, it also implements lightweight plug-in support similar to JPA for mybatis and spring JDBC. A large number of common SQL execution methods are built in plug-ins to improve development efficiency, reduce a large number of SQL statement writing, and make developers focus on business code writing.

Download vonce-sqlbean-spring 1.5.10


<!-- https://jarcasting.com/artifacts/cn.vonce/vonce-sqlbean-spring/ -->
<dependency>
    <groupId>cn.vonce</groupId>
    <artifactId>vonce-sqlbean-spring</artifactId>
    <version>1.5.10</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vonce/vonce-sqlbean-spring/
implementation 'cn.vonce:vonce-sqlbean-spring:1.5.10'
// https://jarcasting.com/artifacts/cn.vonce/vonce-sqlbean-spring/
implementation ("cn.vonce:vonce-sqlbean-spring:1.5.10")
'cn.vonce:vonce-sqlbean-spring:jar:1.5.10'
<dependency org="cn.vonce" name="vonce-sqlbean-spring" rev="1.5.10">
  <artifact name="vonce-sqlbean-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vonce', module='vonce-sqlbean-spring', version='1.5.10')
)
libraryDependencies += "cn.vonce" % "vonce-sqlbean-spring" % "1.5.10"
[cn.vonce/vonce-sqlbean-spring "1.5.10"]

Dependencies

compile (2)

Group / Artifact Type Version
cn.vonce : vonce-sqlbean-core jar 1.1.2
com.esotericsoftware : reflectasm jar 1.11.8

provided (11)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
org.slf4j : slf4j-api jar 1.7.8
javax.servlet : javax.servlet-api jar 4.0.0
org.springframework : spring-beans jar 4.1.2.RELEASE
org.springframework : spring-aop jar 4.1.2.RELEASE
aspectj : aspectjweaver jar 1.5.3
org.springframework : spring-tx jar 4.1.2.RELEASE
org.springframework : spring-context-support jar 4.1.2.RELEASE
org.springframework : spring-jdbc jar 4.1.2.RELEASE
org.mybatis : mybatis jar 3.2.4
org.mybatis : mybatis-spring jar 1.3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.6

Project Modules

There are no modules declared in this project.