is not current version
Last Version 16.16.18

us.fatehi:schemacrawler 14.09.03

SchemaCrawler is an open-source Java API that makes working with database metadata as easy as working with plain old Java objects. SchemaCrawler is also a database schema discovery and comprehension, and schema documentation tool. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. The output is designed to be diff-ed against other database schemas.

GroupId

GroupId

us.fatehi
ArtifactId

ArtifactId

schemacrawler
Version

Version

14.09.03
Type

Type

jar

Download schemacrawler 14.09.03


<!-- https://jarcasting.com/artifacts/us.fatehi/schemacrawler/ -->
<dependency>
    <groupId>us.fatehi</groupId>
    <artifactId>schemacrawler</artifactId>
    <version>14.09.03</version>
</dependency>
// https://jarcasting.com/artifacts/us.fatehi/schemacrawler/
implementation 'us.fatehi:schemacrawler:14.09.03'
// https://jarcasting.com/artifacts/us.fatehi/schemacrawler/
implementation ("us.fatehi:schemacrawler:14.09.03")
'us.fatehi:schemacrawler:jar:14.09.03'
<dependency org="us.fatehi" name="schemacrawler" rev="14.09.03">
  <artifact name="schemacrawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.fatehi', module='schemacrawler', version='14.09.03')
)
libraryDependencies += "us.fatehi" % "schemacrawler" % "14.09.03"
[us.fatehi/schemacrawler "14.09.03"]