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