is not current version
Last Version 2.0.8

com.github.jasync-sql:jasync-pool 1.1.1-kts-5

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

GroupId

GroupId

com.github.jasync-sql
ArtifactId

ArtifactId

jasync-pool
Version

Version

1.1.1-kts-5
Type

Type

jar

Download jasync-pool 1.1.1-kts-5


<!-- https://jarcasting.com/artifacts/com.github.jasync-sql/jasync-pool/ -->
<dependency>
    <groupId>com.github.jasync-sql</groupId>
    <artifactId>jasync-pool</artifactId>
    <version>1.1.1-kts-5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jasync-sql/jasync-pool/
implementation 'com.github.jasync-sql:jasync-pool:1.1.1-kts-5'
// https://jarcasting.com/artifacts/com.github.jasync-sql/jasync-pool/
implementation ("com.github.jasync-sql:jasync-pool:1.1.1-kts-5")
'com.github.jasync-sql:jasync-pool:jar:1.1.1-kts-5'
<dependency org="com.github.jasync-sql" name="jasync-pool" rev="1.1.1-kts-5">
  <artifact name="jasync-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jasync-sql', module='jasync-pool', version='1.1.1-kts-5')
)
libraryDependencies += "com.github.jasync-sql" % "jasync-pool" % "1.1.1-kts-5"
[com.github.jasync-sql/jasync-pool "1.1.1-kts-5"]