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