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