is not current version
Last Version 1.3.0

cn.vonce:vonce-sqlbean 1.2.4

This is an SQL generation assistant, and provides plug-in support for mybatis and spring jdbc. Using it in your project can generate most SQL statements for you, which is a bit like hibernate.

GroupId

GroupId

cn.vonce
ArtifactId

ArtifactId

vonce-sqlbean
Version

Version

1.2.4
Type

Type

jar

Download vonce-sqlbean 1.2.4


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