MVN

com.github.jasync-sql : jasync-postgis-jts

Maven & Gradle

Aug 14, 2023
1.6k stars

jasync-sql · jasync-sql - Async, Netty based, JVM database drivers for PostgreSQL and MySQL written in Kotlin

<dependency>
    <groupId>com.github.jasync-sql</groupId>
    <artifactId>jasync-postgis-jts</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jasync-sql : jasync-postgis-jts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3

All Versions

Choose a version of com.github.jasync-sql : jasync-postgis-jts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jasync-postgis-jts-2.2.3
jasync-postgis-jts-2.2.2
jasync-postgis-jts-2.2.1
jasync-postgis-jts-2.2.0
2.1.x
jasync-postgis-jts-2.1.25
jasync-postgis-jts-2.1.24
jasync-postgis-jts-2.1.23
jasync-postgis-jts-2.1.22
jasync-postgis-jts-2.1.21
jasync-postgis-jts-2.1.20
jasync-postgis-jts-2.1.19
jasync-postgis-jts-2.1.18
jasync-postgis-jts-2.1.17
jasync-postgis-jts-2.1.16
jasync-postgis-jts-2.1.14
jasync-postgis-jts-2.1.13
jasync-postgis-jts-2.1.12
jasync-postgis-jts-2.1.11
jasync-postgis-jts-2.1.10
jasync-postgis-jts-2.1.9
jasync-postgis-jts-2.1.8
jasync-postgis-jts-2.1.7

How to add a dependency to Maven

Add the following com.github.jasync-sql : jasync-postgis-jts maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jasync-sql</groupId>
    <artifactId>jasync-postgis-jts</artifactId>
    <version>2.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jasync-sql : jasync-postgis-jts gradle dependency to your build.gradle file:

implementation 'com.github.jasync-sql:jasync-postgis-jts:2.2.3'

Gradle Kotlin DSL: Add the following com.github.jasync-sql : jasync-postgis-jts gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jasync-sql:jasync-postgis-jts:2.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jasync-sql : jasync-postgis-jts sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jasync-sql" % "jasync-postgis-jts" % "2.2.3"