не последняя версия
Последняя версия 10.10.05

net.sourceforge.schemacrawler:schemacrawler-all 8.2

SchemaCrawler is an API that improves on the standard JDBC metadata. SchemaCrawler is also a command-line tool to output your database schema and data in a readable form. The output is designed to be diff-ed with previous versions of your database schema.

Категории

Категории

Сеть
Группа

Группа

net.sourceforge.schemacrawler
Идентификатор

Идентификатор

schemacrawler-all
Версия

Версия

8.2
Тип

Тип

pom

Скачать schemacrawler-all 8.2

Имя Файла Размер
schemacrawler-all-8.2.pom 4 KB
Обзор

<!-- https://jarcasting.com/artifacts/net.sourceforge.schemacrawler/schemacrawler-all/ -->
<dependency>
    <groupId>net.sourceforge.schemacrawler</groupId>
    <artifactId>schemacrawler-all</artifactId>
    <version>8.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.schemacrawler/schemacrawler-all/
implementation 'net.sourceforge.schemacrawler:schemacrawler-all:8.2'
// https://jarcasting.com/artifacts/net.sourceforge.schemacrawler/schemacrawler-all/
implementation ("net.sourceforge.schemacrawler:schemacrawler-all:8.2")
'net.sourceforge.schemacrawler:schemacrawler-all:pom:8.2'
<dependency org="net.sourceforge.schemacrawler" name="schemacrawler-all" rev="8.2">
  <artifact name="schemacrawler-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.schemacrawler', module='schemacrawler-all', version='8.2')
)
libraryDependencies += "net.sourceforge.schemacrawler" % "schemacrawler-all" % "8.2"
[net.sourceforge.schemacrawler/schemacrawler-all "8.2"]