is not current version
Last Version 1.3.0

cn.vonce:vonce-sqlbean 0.9.5

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

0.9.5
Type

Type

jar

Download vonce-sqlbean 0.9.5


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