| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.vonce |
| Идентификатор | Идентификаторvonce-sqlbean-spring |
| Версия | Версия1.5.1-RELEASE |
| Тип | Типjar |
| Описание |
Описание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.
|
<!-- https://jarcasting.com/artifacts/cn.vonce/vonce-sqlbean-spring/ -->
<dependency>
<groupId>cn.vonce</groupId>
<artifactId>vonce-sqlbean-spring</artifactId>
<version>1.5.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vonce/vonce-sqlbean-spring/
implementation 'cn.vonce:vonce-sqlbean-spring:1.5.1-RELEASE'
// https://jarcasting.com/artifacts/cn.vonce/vonce-sqlbean-spring/
implementation ("cn.vonce:vonce-sqlbean-spring:1.5.1-RELEASE")
'cn.vonce:vonce-sqlbean-spring:jar:1.5.1-RELEASE'
<dependency org="cn.vonce" name="vonce-sqlbean-spring" rev="1.5.1-RELEASE">
<artifact name="vonce-sqlbean-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vonce', module='vonce-sqlbean-spring', version='1.5.1-RELEASE')
)
libraryDependencies += "cn.vonce" % "vonce-sqlbean-spring" % "1.5.1-RELEASE"
[cn.vonce/vonce-sqlbean-spring "1.5.1-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| cn.vonce : vonce-sqlbean-core | jar | 1.0.3 |
| com.esotericsoftware : reflectasm | jar | 1.11.0 |
| dom4j : dom4j | jar | 1.6.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |