MVN

net.sourceforge.schemacrawler : schemacrawler

Maven & Gradle

Aug 05, 2014
7 usages

SchemaCrawler · 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.

<dependency>
    <groupId>net.sourceforge.schemacrawler</groupId>
    <artifactId>schemacrawler</artifactId>
    <version>10.10.05</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.schemacrawler : schemacrawler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.10.05

All Versions

Choose a version of net.sourceforge.schemacrawler : schemacrawler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.10.x
schemacrawler-10.10.05
schemacrawler-10.10.04
schemacrawler-10.10.03
schemacrawler-10.10.02
schemacrawler-10.10.01
10.09.x
schemacrawler-10.09.01
10.08.x
schemacrawler-10.08.05
schemacrawler-10.08.04
schemacrawler-10.08.03
schemacrawler-10.08.02
schemacrawler-10.08.01
10.8
schemacrawler-10.8
10.7
schemacrawler-10.7
10.6
schemacrawler-10.6
10.5
schemacrawler-10.5
10.4
schemacrawler-10.4
10.3
schemacrawler-10.3
10.2
schemacrawler-10.2
10.1
schemacrawler-10.1
9.6
schemacrawler-9.6
9.5
schemacrawler-9.5
9.4
schemacrawler-9.4
9.3.x
schemacrawler-9.3.2
schemacrawler-9.3.1
9.3
schemacrawler-9.3
9.2
schemacrawler-9.2
9.1
schemacrawler-9.1
9.0
schemacrawler-9.0
8.17
schemacrawler-8.17
8.16
schemacrawler-8.16
8.15
schemacrawler-8.15
8.14
schemacrawler-8.14
8.12
schemacrawler-8.12
8.11
schemacrawler-8.11
8.10
schemacrawler-8.10
8.9
schemacrawler-8.9
8.8
schemacrawler-8.8
8.7
schemacrawler-8.7
8.6
schemacrawler-8.6
8.4
schemacrawler-8.4
8.3.x
schemacrawler-8.3.1
8.3
schemacrawler-8.3
8.2
schemacrawler-8.2

How to add a dependency to Maven

Add the following net.sourceforge.schemacrawler : schemacrawler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.schemacrawler</groupId>
    <artifactId>schemacrawler</artifactId>
    <version>10.10.05</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.schemacrawler : schemacrawler gradle dependency to your build.gradle file:

implementation 'net.sourceforge.schemacrawler:schemacrawler:10.10.05'

Gradle Kotlin DSL: Add the following net.sourceforge.schemacrawler : schemacrawler gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.schemacrawler:schemacrawler:10.10.05")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.schemacrawler : schemacrawler sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.schemacrawler" % "schemacrawler" % "10.10.05"