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