文件下载
文件名 操作
schemacrawler-tools-16.11.7.jar 下载
schemacrawler-tools-16.11.7.pom 下载
schemacrawler-tools-16.11.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>us.fatehi</groupId>
  <artifactId>schemacrawler-tools</artifactId>
  <version>16.11.7</version>
</dependency>
Gradle Groovy
implementation 'us.fatehi:schemacrawler-tools:16.11.7'
Gradle Kotlin
implementation("us.fatehi:schemacrawler-tools:16.11.7")
Scala SBT
libraryDependencies += "us.fatehi" % "schemacrawler-tools" % "16.11.7"
Groovy Grape
@Grapes(
  @Grab(group='us.fatehi', module='schemacrawler-tools', version='16.11.7')
)
Apache Ivy
<dependency org="us.fatehi" name="schemacrawler-tools" rev="16.11.7" />
Leiningen
[us.fatehi/schemacrawler-tools "16.11.7"]
Apache Buildr
'us.fatehi:schemacrawler-tools:jar:16.11.7'