MVN

net.sourceforge.schemacrawler : schemacrawler-postgresql

Maven & Gradle

Aug 05, 2014

SchemaCrawler for PostgreSQL

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

Latest Version

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

  • Latest Stable: 10.10.05

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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