Last Version

PrettyJDBC 0.5

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.

License

License

GroupId

GroupId

com.github.marchenkoprojects
ArtifactId

ArtifactId

prettyjdbc
Version

Version

0.5
Type

Type

jar
Description

Description

PrettyJDBC
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.
Project URL

Project URL

https://github.com/MarchenkoProjects/PrettyJDBC
Source Code Management

Source Code Management

https://github.com/MarchenkoProjects/PrettyJDBC

Download prettyjdbc 0.5


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

Dependencies

test (3)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.23.4
junit : junit jar 4.12
org.hsqldb : hsqldb jar 2.4.1

Project Modules

There are no modules declared in this project.