is not current version
Last Version 0.0.9

com.github.houbb:jdbc 0.0.1

The jdbc framework.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

jdbc
Version

Version

0.0.1
Type

Type

pom

Download jdbc 0.0.1

Filename Size
jdbc-0.0.1.pom 10 KB
Browse

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