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