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