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