is not current version
Last Version 2.1.0

cn.xphsc:easyjdbc 2.0.7.RELEASE

EasyJdbc具有SQL构造工具、SQL注解、链式API等Framework for Java

GroupId

GroupId

cn.xphsc
ArtifactId

ArtifactId

easyjdbc
Version

Version

2.0.7.RELEASE
Type

Type

jar

Download easyjdbc 2.0.7.RELEASE


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