is not current version
Last Version 1.2.2.RELEASE

com.github.luues:commons-jdbc-jpa 1.1.0.RELEASE

A simple spring jdbcTemplate-based encapsulation

GroupId

GroupId

com.github.luues
ArtifactId

ArtifactId

commons-jdbc-jpa
Version

Version

1.1.0.RELEASE
Type

Type

jar

Download commons-jdbc-jpa 1.1.0.RELEASE


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