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