MVN

org.sql2o.extensions : sql2o-postgres

Maven & Gradle

Oct 20, 2018
1 usages
1.1k stars

sql2o-postgres · Postgres extension for sql2o

<dependency>
    <groupId>org.sql2o.extensions</groupId>
    <artifactId>sql2o-postgres</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sql2o.extensions : sql2o-postgres to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0
  • Latest Release Candidate: 1.6.0-RC3

All Versions

Choose a version of org.sql2o.extensions : sql2o-postgres to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
sql2o-postgres-1.6.0
sql2o-postgres-1.6.0-RC3
sql2o-postgres-1.6.0-RC2
sql2o-postgres-1.6.0-RC1

How to add a dependency to Maven

Add the following org.sql2o.extensions : sql2o-postgres maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sql2o.extensions</groupId>
    <artifactId>sql2o-postgres</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sql2o.extensions : sql2o-postgres gradle dependency to your build.gradle file:

implementation 'org.sql2o.extensions:sql2o-postgres:1.6.0'

Gradle Kotlin DSL: Add the following org.sql2o.extensions : sql2o-postgres gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sql2o.extensions:sql2o-postgres:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sql2o.extensions : sql2o-postgres sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sql2o.extensions" % "sql2o-postgres" % "1.6.0"