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