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