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
文件下载
文件名 操作
jasync-postgis-jts-2.1.17.jar 下载
jasync-postgis-jts-2.1.17.pom 下载
jasync-postgis-jts-2.1.17-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.jasync-sql</groupId>
  <artifactId>jasync-postgis-jts</artifactId>
  <version>2.1.17</version>
</dependency>
Gradle Groovy
implementation 'com.github.jasync-sql:jasync-postgis-jts:2.1.17'
Gradle Kotlin
implementation("com.github.jasync-sql:jasync-postgis-jts:2.1.17")
Scala SBT
libraryDependencies += "com.github.jasync-sql" % "jasync-postgis-jts" % "2.1.17"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jasync-sql', module='jasync-postgis-jts', version='2.1.17')
)
Apache Ivy
<dependency org="com.github.jasync-sql" name="jasync-postgis-jts" rev="2.1.17" />
Leiningen
[com.github.jasync-sql/jasync-postgis-jts "2.1.17"]
Apache Buildr
'com.github.jasync-sql:jasync-postgis-jts:jar:2.1.17'