is not current version
Last Version 10.10.05

net.sourceforge.schemacrawler:schemacrawler-all 8.7

SchemaCrawler is an open-source Java API that makes working with database metadata as easy as working with plain old Java objects. SchemaCrawler is also a database schema discovery and comprehension, and schema documentation tool. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. The output is designed to be diff-ed against other database schemas.

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.schemacrawler
ArtifactId

ArtifactId

schemacrawler-all
Version

Version

8.7
Type

Type

pom

Download schemacrawler-all 8.7


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