j

jasync-postgis-jts

jasync-sql - Async, Netty based, JVM database drivers for PostgreSQL and MySQL written in Kotlin
https://github.com/jasync-sql/jasync-sql
The Apache Software License, Version 2.0
Ohad Shai
Files download
File Operation
jasync-postgis-jts-2.1.7.jar download
jasync-postgis-jts-2.1.7.pom download
jasync-postgis-jts-2.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jasync-sql</groupId>
  <artifactId>jasync-postgis-jts</artifactId>
  <version>2.1.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.jasync-sql:jasync-postgis-jts:2.1.7'
Gradle Kotlin
implementation("com.github.jasync-sql:jasync-postgis-jts:2.1.7")
Scala SBT
libraryDependencies += "com.github.jasync-sql" % "jasync-postgis-jts" % "2.1.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jasync-sql', module='jasync-postgis-jts', version='2.1.7')
)
Apache Ivy
<dependency org="com.github.jasync-sql" name="jasync-postgis-jts" rev="2.1.7" />
Leiningen
[com.github.jasync-sql/jasync-postgis-jts "2.1.7"]
Apache Buildr
'com.github.jasync-sql:jasync-postgis-jts:jar:2.1.7'