s

schemacrawler

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.
http://schemacrawler.sourceforge.net
GNU Lesser General Public License
Sualeh Fatehi
Sualeh Fatehi
Files download
File Operation
schemacrawler-11.02.01.jar download
schemacrawler-11.02.01.pom download
schemacrawler-11.02.01-sources.jar download
Apache Maven
<dependency>
  <groupId>us.fatehi</groupId>
  <artifactId>schemacrawler</artifactId>
  <version>11.02.01</version>
</dependency>
Gradle Groovy
implementation 'us.fatehi:schemacrawler:11.02.01'
Gradle Kotlin
implementation("us.fatehi:schemacrawler:11.02.01")
Scala SBT
libraryDependencies += "us.fatehi" % "schemacrawler" % "11.02.01"
Groovy Grape
@Grapes(
  @Grab(group='us.fatehi', module='schemacrawler', version='11.02.01')
)
Apache Ivy
<dependency org="us.fatehi" name="schemacrawler" rev="11.02.01" />
Leiningen
[us.fatehi/schemacrawler "11.02.01"]
Apache Buildr
'us.fatehi:schemacrawler:jar:11.02.01'
Dependencies
The project has no third-party dependencies