Categories |
CategoriesPostgreSQL Data Databases Net |
---|---|
GroupId | GroupIdnet.sourceforge.schemacrawler |
ArtifactId | ArtifactIdschemacrawler-postgresql |
Version | Version8.16 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sourceforge.schemacrawler/schemacrawler-postgresql/ -->
<dependency>
<groupId>net.sourceforge.schemacrawler</groupId>
<artifactId>schemacrawler-postgresql</artifactId>
<version>8.16</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.schemacrawler/schemacrawler-postgresql/
implementation 'net.sourceforge.schemacrawler:schemacrawler-postgresql:8.16'
// https://jarcasting.com/artifacts/net.sourceforge.schemacrawler/schemacrawler-postgresql/
implementation ("net.sourceforge.schemacrawler:schemacrawler-postgresql:8.16")
'net.sourceforge.schemacrawler:schemacrawler-postgresql:jar:8.16'
<dependency org="net.sourceforge.schemacrawler" name="schemacrawler-postgresql" rev="8.16">
<artifact name="schemacrawler-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.schemacrawler', module='schemacrawler-postgresql', version='8.16')
)
libraryDependencies += "net.sourceforge.schemacrawler" % "schemacrawler-postgresql" % "8.16"
[net.sourceforge.schemacrawler/schemacrawler-postgresql "8.16"]