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