MVN

us.fatehi : schemacrawler-sapiq

Maven & Gradle

Jul 26, 2023
4 usages
1.4k stars

SchemaCrawler for SAP IQ

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

Latest Version

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

  • Latest Stable: 16.20.4

All Versions

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

Version Vulnerabilities Updated
16.20.x
schemacrawler-sapiq-16.20.4
schemacrawler-sapiq-16.20.3
schemacrawler-sapiq-16.20.2
schemacrawler-sapiq-16.20.1
16.19.x
schemacrawler-sapiq-16.19.11
schemacrawler-sapiq-16.19.10
schemacrawler-sapiq-16.19.9
schemacrawler-sapiq-16.19.8
schemacrawler-sapiq-16.19.7
schemacrawler-sapiq-16.19.6
schemacrawler-sapiq-16.19.5
schemacrawler-sapiq-16.19.4
schemacrawler-sapiq-16.19.3
schemacrawler-sapiq-16.19.2
schemacrawler-sapiq-16.19.1
16.18.x
schemacrawler-sapiq-16.18.2
schemacrawler-sapiq-16.18.1
16.17.x
schemacrawler-sapiq-16.17.4
schemacrawler-sapiq-16.17.3
schemacrawler-sapiq-16.17.1
16.16.x
schemacrawler-sapiq-16.16.17
schemacrawler-sapiq-16.16.16
schemacrawler-sapiq-16.16.15
schemacrawler-sapiq-16.16.14
schemacrawler-sapiq-16.16.12
schemacrawler-sapiq-16.16.11
schemacrawler-sapiq-16.16.10
schemacrawler-sapiq-16.16.9
schemacrawler-sapiq-16.16.8
schemacrawler-sapiq-16.16.7
schemacrawler-sapiq-16.16.6
schemacrawler-sapiq-16.16.5
schemacrawler-sapiq-16.16.4
schemacrawler-sapiq-16.16.3
schemacrawler-sapiq-16.16.02
16.15.x
schemacrawler-sapiq-16.15.11
schemacrawler-sapiq-16.15.10
schemacrawler-sapiq-16.15.9
schemacrawler-sapiq-16.15.8
schemacrawler-sapiq-16.15.7
schemacrawler-sapiq-16.15.6
schemacrawler-sapiq-16.15.4
schemacrawler-sapiq-16.15.2
schemacrawler-sapiq-16.15.1
16.14.x
schemacrawler-sapiq-16.14.6
schemacrawler-sapiq-16.14.5
schemacrawler-sapiq-16.14.4
schemacrawler-sapiq-16.14.3
schemacrawler-sapiq-16.14.2
schemacrawler-sapiq-16.14.1
16.12.x
schemacrawler-sapiq-16.12.3
schemacrawler-sapiq-16.12.2
schemacrawler-sapiq-16.12.1
16.11.x
schemacrawler-sapiq-16.11.7
schemacrawler-sapiq-16.11.6
schemacrawler-sapiq-16.11.5
schemacrawler-sapiq-16.11.4
schemacrawler-sapiq-16.11.3
schemacrawler-sapiq-16.11.2
schemacrawler-sapiq-16.11.1
16.10.x
schemacrawler-sapiq-16.10.1
16.9.x
schemacrawler-sapiq-16.9.5
schemacrawler-sapiq-16.9.4
schemacrawler-sapiq-16.9.3
schemacrawler-sapiq-16.9.2
schemacrawler-sapiq-16.9.1
16.8.x
schemacrawler-sapiq-16.8.1
16.7.x
schemacrawler-sapiq-16.7.2
schemacrawler-sapiq-16.7.1
16.6.x
schemacrawler-sapiq-16.6.1
16.5.x
schemacrawler-sapiq-16.5.3
schemacrawler-sapiq-16.5.2
16.4.x
schemacrawler-sapiq-16.4.1
16.3.x
schemacrawler-sapiq-16.3.2
schemacrawler-sapiq-16.3.1
schemacrawler-sapiq-16.3.0
16.2.x
schemacrawler-sapiq-16.2.7
schemacrawler-sapiq-16.2.6
schemacrawler-sapiq-16.2.5
schemacrawler-sapiq-16.2.4
schemacrawler-sapiq-16.2.3
schemacrawler-sapiq-16.2.2
16.1.x
schemacrawler-sapiq-16.1.2
schemacrawler-sapiq-16.1.1
15.05.x
schemacrawler-sapiq-15.05.01
15.04.x
schemacrawler-sapiq-15.04.01
15.03.x
schemacrawler-sapiq-15.03.04
schemacrawler-sapiq-15.03.03
schemacrawler-sapiq-15.03.02
schemacrawler-sapiq-15.03.01
15.02.x
schemacrawler-sapiq-15.02.02
15.01.x
schemacrawler-sapiq-15.01.06
schemacrawler-sapiq-15.01.05
schemacrawler-sapiq-15.01.04
schemacrawler-sapiq-15.01.03
schemacrawler-sapiq-15.01.02
schemacrawler-sapiq-15.01.01
14.21.x
schemacrawler-sapiq-14.21.02

How to add a dependency to Maven

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

<dependency>
    <groupId>us.fatehi</groupId>
    <artifactId>schemacrawler-sapiq</artifactId>
    <version>16.20.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'us.fatehi:schemacrawler-sapiq:16.20.4'

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

implementation("us.fatehi:schemacrawler-sapiq:16.20.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "us.fatehi" % "schemacrawler-sapiq" % "16.20.4"

Advertisement

Dependencies from Group

Jul 26, 2023
47 usages
1.4k stars
Jul 26, 2023
30 usages
1.4k stars
Jul 26, 2023
29 usages
1.4k stars
Jul 26, 2023
28 usages
1.4k stars
Jul 26, 2023
22 usages
1.4k stars

Discover Dependencies

Jan 27, 2019
1 usages
0 stars
May 31, 2022
10 usages
0 stars
Dec 29, 2021
5 usages
216 stars
Apr 15, 2023
4 usages
26 stars
Jul 28, 2023
6 usages
0 stars
May 28, 2023
6 usages
0 stars
May 12, 2021
2 usages
250 stars
Jul 26, 2023
2 usages
2 stars