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