is not current version
Last Version 2.0.4

com.github.xphsc:easyjdbc 1.2.0

EasyJdbc具有SQL构造工具、SQL注解、链式API等让查询操作更为灵活

GroupId

GroupId

com.github.xphsc
ArtifactId

ArtifactId

easyjdbc
Version

Version

1.2.0
Type

Type

jar

Download easyjdbc 1.2.0


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