is not current version
Last Version 0.0.9

com.github.houbb:jdbc 0.0.5

The jdbc framework.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

jdbc
Version

Version

0.0.5
Type

Type

pom

Download jdbc 0.0.5

Filename Size
jdbc-0.0.5.pom 11 KB
Browse

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