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