is not current version
Last Version 0.0.3

com.github.houbb:jdbc-builder 0.0.2

用于 sql 构建的模板。

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

jdbc-builder
Version

Version

0.0.2
Type

Type

jar

Download jdbc-builder 0.0.2


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