j

jasync-common

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