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