is not current version
Last Version 1.1

com.github.antonsjava:jdbc 1.0

simple jdbc classes implementation

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.antonsjava
ArtifactId

ArtifactId

jdbc
Version

Version

1.0
Type

Type

jar

Download jdbc 1.0


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