Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdus.fatehi |
ArtifactId | ArtifactIdschemacrawler-postgresql |
Version | Version16.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/us.fatehi/schemacrawler-postgresql/ -->
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-postgresql</artifactId>
<version>16.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/us.fatehi/schemacrawler-postgresql/
implementation 'us.fatehi:schemacrawler-postgresql:16.3.2'
// https://jarcasting.com/artifacts/us.fatehi/schemacrawler-postgresql/
implementation ("us.fatehi:schemacrawler-postgresql:16.3.2")
'us.fatehi:schemacrawler-postgresql:jar:16.3.2'
<dependency org="us.fatehi" name="schemacrawler-postgresql" rev="16.3.2">
<artifact name="schemacrawler-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.fatehi', module='schemacrawler-postgresql', version='16.3.2')
)
libraryDependencies += "us.fatehi" % "schemacrawler-postgresql" % "16.3.2"
[us.fatehi/schemacrawler-postgresql "16.3.2"]