is not current version
Last Version 10.10.05

net.sourceforge.schemacrawler:schemacrawler 10.08.05

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
Version

Version

10.08.05
Type

Type

jar

Download schemacrawler 10.08.05


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