License |
License |
---|---|
GroupId | GroupIdcom.github.marchenkoprojects |
ArtifactId | ArtifactIdprettyjdbc |
Version | Version0.5 |
Type | Typejar |
Description |
DescriptionPrettyJDBC
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
prettyjdbc-0.5.pom | |
prettyjdbc-0.5.jar | 46 KB |
prettyjdbc-0.5-sources.jar | 38 KB |
prettyjdbc-0.5-javadoc.jar | 640 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.23.4 |
junit : junit | jar | 4.12 |
org.hsqldb : hsqldb | jar | 2.4.1 |