MVN

org.finos.legend.engine : legend-engine-xt-relationalStore-executionPlan-connection-tests-api

Maven & Gradle

Sep 08, 2022
8 stars

Legend Engine - XT - Relational Store - Connection - Tests - API

<dependency>
    <groupId>org.finos.legend.engine</groupId>
    <artifactId>legend-engine-xt-relationalStore-executionPlan-connection-tests-api</artifactId>
    <version>3.15.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.finos.legend.engine : legend-engine-xt-relationalStore-executionPlan-connection-tests-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.15.2

All Versions

Choose a version of org.finos.legend.engine : legend-engine-xt-relationalStore-executionPlan-connection-tests-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.15.x
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.15.2
3.14.x
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.14.5
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.14.4
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.14.2
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.14.1
3.13.x
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.13.0
3.12.x
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.12.0
3.11.x
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.11.0
3.10.x
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.10.0
3.9.x
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.9.3
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.9.2
3.8.x
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.8.1
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.8.0
3.7.x
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.7.0
3.6.x
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.6.2
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.6.1
3.5.x
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.5.0
3.4.x
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.4.0
3.3.x
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.3.1
3.2.x
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.2.1
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.2.0
3.1.x
legend-engine-xt-relationalStore-executionPlan-connection-tests-api-3.1.0

How to add a dependency to Maven

Add the following org.finos.legend.engine : legend-engine-xt-relationalStore-executionPlan-connection-tests-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.finos.legend.engine</groupId>
    <artifactId>legend-engine-xt-relationalStore-executionPlan-connection-tests-api</artifactId>
    <version>3.15.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.finos.legend.engine : legend-engine-xt-relationalStore-executionPlan-connection-tests-api gradle dependency to your build.gradle file:

implementation 'org.finos.legend.engine:legend-engine-xt-relationalStore-executionPlan-connection-tests-api:3.15.2'

Gradle Kotlin DSL: Add the following org.finos.legend.engine : legend-engine-xt-relationalStore-executionPlan-connection-tests-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.finos.legend.engine:legend-engine-xt-relationalStore-executionPlan-connection-tests-api:3.15.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.finos.legend.engine : legend-engine-xt-relationalStore-executionPlan-connection-tests-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.finos.legend.engine" % "legend-engine-xt-relationalStore-executionPlan-connection-tests-api" % "3.15.2"