MVN

us.fatehi : schemacrawler-shell

Maven & Gradle

Dec 17, 2021
1.1k stars

SchemaCrawler Shell · Shell commands for SchemaCrawler

<dependency>
    <groupId>us.fatehi</groupId>
    <artifactId>schemacrawler-shell</artifactId>
    <version>15.05.01.01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.fatehi : schemacrawler-shell to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 15.05.01.01

All Versions

Choose a version of us.fatehi : schemacrawler-shell to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
15.05.x
schemacrawler-shell-15.05.01.01
15.04.x
schemacrawler-shell-15.04.01.01
15.03.x
schemacrawler-shell-15.03.04.01
schemacrawler-shell-15.03.03.01
schemacrawler-shell-15.03.02.01
schemacrawler-shell-15.03.01.01
15.02.x
schemacrawler-shell-15.02.02.01
15.01.x
schemacrawler-shell-15.01.06.01
schemacrawler-shell-15.01.05.01
schemacrawler-shell-15.01.04.01

How to add a dependency to Maven

Add the following us.fatehi : schemacrawler-shell maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>us.fatehi</groupId>
    <artifactId>schemacrawler-shell</artifactId>
    <version>15.05.01.01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following us.fatehi : schemacrawler-shell gradle dependency to your build.gradle file:

implementation 'us.fatehi:schemacrawler-shell:15.05.01.01'

Gradle Kotlin DSL: Add the following us.fatehi : schemacrawler-shell gradle kotlin dependency to your build.gradle.kts file:

implementation("us.fatehi:schemacrawler-shell:15.05.01.01")

How to add a dependency to SBT Scala

SBT Scala: Add the following us.fatehi : schemacrawler-shell sbt scala dependency to your build.sbt file:

libraryDependencies += "us.fatehi" % "schemacrawler-shell" % "15.05.01.01"

Advertisement