Files download
File Operation
schemacrawler-tools-16.11.4.jar download
schemacrawler-tools-16.11.4.pom download
schemacrawler-tools-16.11.4-sources.jar download
Apache Maven
<dependency>
  <groupId>us.fatehi</groupId>
  <artifactId>schemacrawler-tools</artifactId>
  <version>16.11.4</version>
</dependency>
Gradle Groovy
implementation 'us.fatehi:schemacrawler-tools:16.11.4'
Gradle Kotlin
implementation("us.fatehi:schemacrawler-tools:16.11.4")
Scala SBT
libraryDependencies += "us.fatehi" % "schemacrawler-tools" % "16.11.4"
Groovy Grape
@Grapes(
  @Grab(group='us.fatehi', module='schemacrawler-tools', version='16.11.4')
)
Apache Ivy
<dependency org="us.fatehi" name="schemacrawler-tools" rev="16.11.4" />
Leiningen
[us.fatehi/schemacrawler-tools "16.11.4"]
Apache Buildr
'us.fatehi:schemacrawler-tools:jar:16.11.4'