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