is not current version
Last Version 10.10.05

net.sourceforge.schemacrawler:schemacrawler 9.6

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.

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.schemacrawler
ArtifactId

ArtifactId

schemacrawler
Version

Version

9.6
Type

Type

jar

Download schemacrawler 9.6


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