Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdcom.github.postgresql-async |
ArtifactId | ArtifactIdpostgresql-async_2.12 |
Version | Version0.3.1-M0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.postgresql-async/postgresql-async_2.12/ -->
<dependency>
<groupId>com.github.postgresql-async</groupId>
<artifactId>postgresql-async_2.12</artifactId>
<version>0.3.1-M0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.postgresql-async/postgresql-async_2.12/
implementation 'com.github.postgresql-async:postgresql-async_2.12:0.3.1-M0'
// https://jarcasting.com/artifacts/com.github.postgresql-async/postgresql-async_2.12/
implementation ("com.github.postgresql-async:postgresql-async_2.12:0.3.1-M0")
'com.github.postgresql-async:postgresql-async_2.12:jar:0.3.1-M0'
<dependency org="com.github.postgresql-async" name="postgresql-async_2.12" rev="0.3.1-M0">
<artifact name="postgresql-async_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.postgresql-async', module='postgresql-async_2.12', version='0.3.1-M0')
)
libraryDependencies += "com.github.postgresql-async" % "postgresql-async_2.12" % "0.3.1-M0"
[com.github.postgresql-async/postgresql-async_2.12 "0.3.1-M0"]