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