is not current version
Last Version 16.16.18

us.fatehi:schemacrawler-parent 11.02.01

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 tool. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. You can find potential schema design issues with lint. The output serves for database documentation is designed to be diff-ed against other database schemas. SchemaCrawler can generate schema diagrams.

GroupId

GroupId

us.fatehi
ArtifactId

ArtifactId

schemacrawler-parent
Version

Version

11.02.01
Type

Type

pom

Download schemacrawler-parent 11.02.01


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