is not current version
Last Version 0.5

com.github.marchenkoprojects:prettyjdbc 0.3

PrettyJDBC is a library that provides a simple and transparent way to work with a relational database. The library is a lightweight wrapper over JDBC technology.

GroupId

GroupId

com.github.marchenkoprojects
ArtifactId

ArtifactId

prettyjdbc
Version

Version

0.3
Type

Type

jar

Download prettyjdbc 0.3


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