Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdcom.github.jasync-sql |
ArtifactId | ArtifactIdjasync-postgresql |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
jasync-postgresql-1.0.9.pom | |
jasync-postgresql-1.0.9.jar | 207 KB |
jasync-postgresql-1.0.9-sources.jar | 56 KB |
jasync-postgresql-1.0.9-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jasync-sql/jasync-postgresql/ -->
<dependency>
<groupId>com.github.jasync-sql</groupId>
<artifactId>jasync-postgresql</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jasync-sql/jasync-postgresql/
implementation 'com.github.jasync-sql:jasync-postgresql:1.0.9'
// https://jarcasting.com/artifacts/com.github.jasync-sql/jasync-postgresql/
implementation ("com.github.jasync-sql:jasync-postgresql:1.0.9")
'com.github.jasync-sql:jasync-postgresql:jar:1.0.9'
<dependency org="com.github.jasync-sql" name="jasync-postgresql" rev="1.0.9">
<artifact name="jasync-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jasync-sql', module='jasync-postgresql', version='1.0.9')
)
libraryDependencies += "com.github.jasync-sql" % "jasync-postgresql" % "1.0.9"
[com.github.jasync-sql/jasync-postgresql "1.0.9"]