is not current version
Last Version 0.5

com.github.marchenkoprojects:prettyjdbc 0.4.1

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.4.1
Type

Type

jar

Download prettyjdbc 0.4.1


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