| License |
License |
|---|---|
| GroupId | GroupIdcn.vonce |
| ArtifactId | ArtifactIdvonce-sqlbean |
| Last Version | Last Version1.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionvonce-sqlbean
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.
|
| Filename | Size |
|---|---|
| vonce-sqlbean-1.3.0.pom | |
| vonce-sqlbean-1.3.0.jar | 114 KB |
| vonce-sqlbean-1.3.0-sources.jar | 71 KB |
| vonce-sqlbean-1.3.0-javadoc.jar | 520 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.vonce/vonce-sqlbean/ -->
<dependency>
<groupId>cn.vonce</groupId>
<artifactId>vonce-sqlbean</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vonce/vonce-sqlbean/
implementation 'cn.vonce:vonce-sqlbean:1.3.0'
// https://jarcasting.com/artifacts/cn.vonce/vonce-sqlbean/
implementation ("cn.vonce:vonce-sqlbean:1.3.0")
'cn.vonce:vonce-sqlbean:jar:1.3.0'
<dependency org="cn.vonce" name="vonce-sqlbean" rev="1.3.0">
<artifact name="vonce-sqlbean" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vonce', module='vonce-sqlbean', version='1.3.0')
)
libraryDependencies += "cn.vonce" % "vonce-sqlbean" % "1.3.0"
[cn.vonce/vonce-sqlbean "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j Optional | jar | 1.2.17 |
| org.slf4j : slf4j-api Optional | jar | 1.7.8 |
| javax.servlet : javax.servlet-api Optional | jar | 4.0.0 |
| org.springframework : spring-beans Optional | jar | 4.1.2.RELEASE |
| org.springframework : spring-aop Optional | jar | 4.1.2.RELEASE |
| org.springframework : spring-tx Optional | jar | 4.1.2.RELEASE |
| org.springframework : spring-context-support Optional | jar | 4.1.2.RELEASE |
| org.springframework : spring-jdbc Optional | jar | 4.1.2.RELEASE |
| org.mybatis : mybatis Optional | jar | 3.2.4 |
| org.mybatis : mybatis-spring Optional | jar | 1.3.2 |
| com.google.guava : guava | jar | 20.0 |
| cn.vonce : vonce-common | jar | 1.0.5 |
| com.esotericsoftware : reflectasm | jar | 1.11.0 |
| dom4j : dom4j | jar | 1.6.1 |
| com.squareup : javapoet | jar | 1.12.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |