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