MVN

com.exasol : virtual-schema-shared-integration-tests

Maven & Gradle

Mar 15, 2023
0 stars

virtual-schema-shared-integration-tests · Abstract integration tests for virtual schemas

<dependency>
    <groupId>com.exasol</groupId>
    <artifactId>virtual-schema-shared-integration-tests</artifactId>
    <version>2.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.exasol : virtual-schema-shared-integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.4

All Versions

Choose a version of com.exasol : virtual-schema-shared-integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
virtual-schema-shared-integration-tests-2.2.4
virtual-schema-shared-integration-tests-2.2.3
virtual-schema-shared-integration-tests-2.2.2
virtual-schema-shared-integration-tests-2.2.1
virtual-schema-shared-integration-tests-2.2.0
2.1.x
virtual-schema-shared-integration-tests-2.1.1
virtual-schema-shared-integration-tests-2.1.0
2.0.x
virtual-schema-shared-integration-tests-2.0.0
1.0.x
virtual-schema-shared-integration-tests-1.0.0

How to add a dependency to Maven

Add the following com.exasol : virtual-schema-shared-integration-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.exasol</groupId>
    <artifactId>virtual-schema-shared-integration-tests</artifactId>
    <version>2.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.exasol : virtual-schema-shared-integration-tests gradle dependency to your build.gradle file:

implementation 'com.exasol:virtual-schema-shared-integration-tests:2.2.4'

Gradle Kotlin DSL: Add the following com.exasol : virtual-schema-shared-integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.exasol:virtual-schema-shared-integration-tests:2.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.exasol : virtual-schema-shared-integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.exasol" % "virtual-schema-shared-integration-tests" % "2.2.4"

Advertisement