MVN

com.x-breeze.test : CrossTestInformaticaPowerCenter

Maven & Gradle

Nov 18, 2022

com.x-breeze.test:CrossTestInformaticaPowerCenter · CrossTestInformaticaPowerCenter is part of CrossTest, a test library for data solutions, implementing Gherkin/Cucumber. CrossTestInformaticaPowerCenter enables invoking Informatica PowerCenter workflows from within CrossTest/Cucumber test scenarios.

<dependency>
    <groupId>com.x-breeze.test</groupId>
    <artifactId>CrossTestInformaticaPowerCenter</artifactId>
    <version>1.0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.x-breeze.test : CrossTestInformaticaPowerCenter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.21

All Versions

Choose a version of com.x-breeze.test : CrossTestInformaticaPowerCenter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
CrossTestInformaticaPowerCenter-1.0.21
CrossTestInformaticaPowerCenter-1.0.20
CrossTestInformaticaPowerCenter-1.0.19
CrossTestInformaticaPowerCenter-1.0.18
CrossTestInformaticaPowerCenter-1.0.17
CrossTestInformaticaPowerCenter-1.0.16
CrossTestInformaticaPowerCenter-1.0.15
CrossTestInformaticaPowerCenter-1.0.14
CrossTestInformaticaPowerCenter-1.0.13
CrossTestInformaticaPowerCenter-1.0.12
CrossTestInformaticaPowerCenter-1.0.11
CrossTestInformaticaPowerCenter-1.0.10
CrossTestInformaticaPowerCenter-1.0.9
CrossTestInformaticaPowerCenter-1.0.8
CrossTestInformaticaPowerCenter-1.0.7
CrossTestInformaticaPowerCenter-1.0.6
CrossTestInformaticaPowerCenter-1.0.5
CrossTestInformaticaPowerCenter-1.0.4
CrossTestInformaticaPowerCenter-1.0.3
0.9.x
CrossTestInformaticaPowerCenter-0.9.2
CrossTestInformaticaPowerCenter-0.9.1
CrossTestInformaticaPowerCenter-0.9.0

How to add a dependency to Maven

Add the following com.x-breeze.test : CrossTestInformaticaPowerCenter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.x-breeze.test</groupId>
    <artifactId>CrossTestInformaticaPowerCenter</artifactId>
    <version>1.0.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.x-breeze.test : CrossTestInformaticaPowerCenter gradle dependency to your build.gradle file:

implementation 'com.x-breeze.test:CrossTestInformaticaPowerCenter:1.0.21'

Gradle Kotlin DSL: Add the following com.x-breeze.test : CrossTestInformaticaPowerCenter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.x-breeze.test:CrossTestInformaticaPowerCenter:1.0.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.x-breeze.test : CrossTestInformaticaPowerCenter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.x-breeze.test" % "CrossTestInformaticaPowerCenter" % "1.0.21"

Advertisement