is not current version
Last Version 1.3.1

com.github.piotrkot:oojdbc 1.1

Object-Oriented Interface to JDBC.

GroupId

GroupId

com.github.piotrkot
ArtifactId

ArtifactId

oojdbc
Version

Version

1.1
Type

Type

jar

Download oojdbc 1.1


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