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