is not current version
Last Version 1.1.6

vonce-sqlbean-android 1.1.3

This is a tool that uses Java object-oriented thinking to write and generate Sql statements, and on this basis, it implements lightweight plug-in support for Android. A large number of commonly used Sql execution methods are built into the plug-in, the purpose is to improve development efficiency, reduce a large number of Sql statement writing, and let developers focus more on writing business code.

License

License

GroupId

GroupId

cn.vonce
ArtifactId

ArtifactId

vonce-sqlbean-android
Version

Version

1.1.3
Type

Type

jar
Description

Description

vonce-sqlbean-android
This is a tool that uses Java object-oriented thinking to write and generate Sql statements, and on this basis, it implements lightweight plug-in support for Android. A large number of commonly used Sql execution methods are built into the plug-in, the purpose is to improve development efficiency, reduce a large number of Sql statement writing, and let developers focus more on writing business code.

Download vonce-sqlbean-android 1.1.3


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

Dependencies

compile (2)

Group / Artifact Type Version
cn.vonce : vonce-sqlbean-core jar 1.0.7
com.google.guava : guava jar 23.0-android

provided (1)

Group / Artifact Type Version
com.android.framework » android jar 26

Project Modules

There are no modules declared in this project.