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