License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.rblessings |
ArtifactId | ArtifactIdsimple-jdbc-data-repository |
Last Version | Last Version3.2.4-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionsimpleJdbcRepositoryDataRepository
A simple JPA like framework that simplifies database interactions when dealing with jdbc operations
|
<!-- https://jarcasting.com/artifacts/com.github.rblessings/simple-jdbc-data-repository/ -->
<dependency>
<groupId>com.github.rblessings</groupId>
<artifactId>simple-jdbc-data-repository</artifactId>
<version>3.2.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rblessings/simple-jdbc-data-repository/
implementation 'com.github.rblessings:simple-jdbc-data-repository:3.2.4-RELEASE'
// https://jarcasting.com/artifacts/com.github.rblessings/simple-jdbc-data-repository/
implementation ("com.github.rblessings:simple-jdbc-data-repository:3.2.4-RELEASE")
'com.github.rblessings:simple-jdbc-data-repository:jar:3.2.4-RELEASE'
<dependency org="com.github.rblessings" name="simple-jdbc-data-repository" rev="3.2.4-RELEASE">
<artifact name="simple-jdbc-data-repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rblessings', module='simple-jdbc-data-repository', version='3.2.4-RELEASE')
)
libraryDependencies += "com.github.rblessings" % "simple-jdbc-data-repository" % "3.2.4-RELEASE"
[com.github.rblessings/simple-jdbc-data-repository "3.2.4-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 4.3.8.RELEASE |
mysql : mysql-connector-java | jar | 6.0.6 |
log4j : log4j | jar | 1.2.17 |
com.h2database : h2 | jar | 1.4.194 |
junit : junit | jar | 4.4 |