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