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