MVN

io.github.breninsul : jdbc-template-postgresql-types

Maven & Gradle

Feb 21, 2024
0 stars

BreninSul Spring JDBC (Template/Client) PotgreSQL types · This is small lib for integration PostgreSQL types like jsonb and enum with JdbcClient/Template. It provides easy way to map jsonb/json/enum in parameter Also it's possible to create own types avoiding PGObject getter/setter methods

<dependency>
    <groupId>io.github.breninsul</groupId>
    <artifactId>jdbc-template-postgresql-types</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.breninsul : jdbc-template-postgresql-types to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of io.github.breninsul : jdbc-template-postgresql-types to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jdbc-template-postgresql-types-1.0.1
jdbc-template-postgresql-types-1.0.0

How to add a dependency to Maven

Add the following io.github.breninsul : jdbc-template-postgresql-types maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.breninsul</groupId>
    <artifactId>jdbc-template-postgresql-types</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.breninsul : jdbc-template-postgresql-types gradle dependency to your build.gradle file:

implementation 'io.github.breninsul:jdbc-template-postgresql-types:1.0.1'

Gradle Kotlin DSL: Add the following io.github.breninsul : jdbc-template-postgresql-types gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.breninsul:jdbc-template-postgresql-types:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.breninsul : jdbc-template-postgresql-types sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.breninsul" % "jdbc-template-postgresql-types" % "1.0.1"

Advertisement

Dependencies from Group

Discover Dependencies

Feb 21, 2024
381 stars
Feb 21, 2024
75 stars
Feb 21, 2024
10.5k stars
Feb 21, 2024
76 stars
Feb 21, 2024
39 stars
Feb 21, 2024
21 stars
Feb 21, 2024
91 stars
Feb 21, 2024
1.5k stars
Feb 21, 2024
15.2k stars
Feb 21, 2024
105 stars