| License |
License |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdjdbc-builder |
| Version | Version0.0.3 |
| Type | Typejar |
| Description |
Description用于 sql 构建的模板。
|
| Filename | Size |
|---|---|
| jdbc-builder-0.0.3.pom | |
| jdbc-builder-0.0.3.jar | 26 KB |
| jdbc-builder-0.0.3-sources.jar | 16 KB |
| jdbc-builder-0.0.3-javadoc.jar | 154 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/jdbc-builder/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>jdbc-builder</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/jdbc-builder/
implementation 'com.github.houbb:jdbc-builder:0.0.3'
// https://jarcasting.com/artifacts/com.github.houbb/jdbc-builder/
implementation ("com.github.houbb:jdbc-builder:0.0.3")
'com.github.houbb:jdbc-builder:jar:0.0.3'
<dependency org="com.github.houbb" name="jdbc-builder" rev="0.0.3">
<artifact name="jdbc-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='jdbc-builder', version='0.0.3')
)
libraryDependencies += "com.github.houbb" % "jdbc-builder" % "0.0.3"
[com.github.houbb/jdbc-builder "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.houbb : jdbc-common | jar | 0.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |