is not current version
Last Version 1.3.1

com.github.piotrkot:oojdbc 1.0

Object-Oriented Interface to JDBC.

GroupId

GroupId

com.github.piotrkot
ArtifactId

ArtifactId

oojdbc
Version

Version

1.0
Type

Type

jar

Download oojdbc 1.0


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