is not current version
Last Version 3.2.4-RELEASE

com.github.rblessings:simple-jdbc-data-repository 2.5.0-RELEASE

A simple JPA like framework that simplifies database interactions when dealing with jdbc

Categories

Categories

Data
GroupId

GroupId

com.github.rblessings
ArtifactId

ArtifactId

simple-jdbc-data-repository
Version

Version

2.5.0-RELEASE
Type

Type

jar

Download simple-jdbc-data-repository 2.5.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.rblessings/simple-jdbc-data-repository/ -->
<dependency>
    <groupId>com.github.rblessings</groupId>
    <artifactId>simple-jdbc-data-repository</artifactId>
    <version>2.5.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rblessings/simple-jdbc-data-repository/
implementation 'com.github.rblessings:simple-jdbc-data-repository:2.5.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.rblessings/simple-jdbc-data-repository/
implementation ("com.github.rblessings:simple-jdbc-data-repository:2.5.0-RELEASE")
'com.github.rblessings:simple-jdbc-data-repository:jar:2.5.0-RELEASE'
<dependency org="com.github.rblessings" name="simple-jdbc-data-repository" rev="2.5.0-RELEASE">
  <artifact name="simple-jdbc-data-repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rblessings', module='simple-jdbc-data-repository', version='2.5.0-RELEASE')
)
libraryDependencies += "com.github.rblessings" % "simple-jdbc-data-repository" % "2.5.0-RELEASE"
[com.github.rblessings/simple-jdbc-data-repository "2.5.0-RELEASE"]