is not current version
Last Version 2.0.4

com.github.xphsc:easyjdbc 2.0.0-RELEASE

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

GroupId

GroupId

com.github.xphsc
ArtifactId

ArtifactId

easyjdbc
Version

Version

2.0.0-RELEASE
Type

Type

jar

Download easyjdbc 2.0.0-RELEASE


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