Download schemacrawler-8.17.jar file - Jar s

Jar examples for s:schemacrawler

Description

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.

You can download jar file schemacrawler 8.17 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add schemacrawler-8.17.jar to your project.

<dependency>
   <groupId>net.sourceforge.schemacrawler</groupId>
   <artifactId>schemacrawler</artifactId>
   <version>8.17</version>
</dependency>
compile group: 'net.sourceforge.schemacrawler', name: 'schemacrawler', version: '8.17'
libraryDependencies += "net.sourceforge.schemacrawler" % "schemacrawler" % "8.17"
<dependency org="net.sourceforge.schemacrawler" name="schemacrawler" rev="8.17"/>
@Grapes(@Grab(group='net.sourceforge.schemacrawler', module='schemacrawler', version='8.17'))
'net.sourceforge.schemacrawler:schemacrawler:jar:8.17'

Download

Click the following link to download the jar file.

schemacrawler-8.17-javadoc.jar
schemacrawler-8.17-sources.jar
schemacrawler-8.17.jar
schemacrawler-8.17.pom



Related Tutorials