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