is not current version
Last Version 0.0.9

com.github.houbb:jdbc-test 0.0.6


GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

jdbc-test
Version

Version

0.0.6
Type

Type

jar

Download jdbc-test 0.0.6


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