is not current version
Last Version 3.1.4.2

com.github.jdbc-bare:spring-jdbc-bare-parent 3.1.4.1

Spring JDBC Bare Parent

GroupId

GroupId

com.github.jdbc-bare
ArtifactId

ArtifactId

spring-jdbc-bare-parent
Version

Version

3.1.4.1
Type

Type

pom

Download spring-jdbc-bare-parent 3.1.4.1


<!-- https://jarcasting.com/artifacts/com.github.jdbc-bare/spring-jdbc-bare-parent/ -->
<dependency>
    <groupId>com.github.jdbc-bare</groupId>
    <artifactId>spring-jdbc-bare-parent</artifactId>
    <version>3.1.4.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jdbc-bare/spring-jdbc-bare-parent/
implementation 'com.github.jdbc-bare:spring-jdbc-bare-parent:3.1.4.1'
// https://jarcasting.com/artifacts/com.github.jdbc-bare/spring-jdbc-bare-parent/
implementation ("com.github.jdbc-bare:spring-jdbc-bare-parent:3.1.4.1")
'com.github.jdbc-bare:spring-jdbc-bare-parent:pom:3.1.4.1'
<dependency org="com.github.jdbc-bare" name="spring-jdbc-bare-parent" rev="3.1.4.1">
  <artifact name="spring-jdbc-bare-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jdbc-bare', module='spring-jdbc-bare-parent', version='3.1.4.1')
)
libraryDependencies += "com.github.jdbc-bare" % "spring-jdbc-bare-parent" % "3.1.4.1"
[com.github.jdbc-bare/spring-jdbc-bare-parent "3.1.4.1"]