MVN

com.github.nexengine : Quimera-Test-Framework-Ecosystem

Maven & Gradle

Nov 26, 2020
2 stars

Quimera - Ecossistema de Frameworks de Teste · Framework que engloba RestAssured.IO, TestNg e AllureResport em um. Usado para criar testes de API e de Interface, alé de facilitadores para as asserções e chamadas.

<dependency>
    <groupId>com.github.nexengine</groupId>
    <artifactId>Quimera-Test-Framework-Ecosystem</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nexengine : Quimera-Test-Framework-Ecosystem to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8

All Versions

Choose a version of com.github.nexengine : Quimera-Test-Framework-Ecosystem to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
Quimera-Test-Framework-Ecosystem-1.3.8
Quimera-Test-Framework-Ecosystem-1.3.7
Quimera-Test-Framework-Ecosystem-1.3.6
Quimera-Test-Framework-Ecosystem-1.3.5
1.2
Quimera-Test-Framework-Ecosystem-1.2

How to add a dependency to Maven

Add the following com.github.nexengine : Quimera-Test-Framework-Ecosystem maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nexengine</groupId>
    <artifactId>Quimera-Test-Framework-Ecosystem</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nexengine : Quimera-Test-Framework-Ecosystem gradle dependency to your build.gradle file:

implementation 'com.github.nexengine:Quimera-Test-Framework-Ecosystem:1.3.8'

Gradle Kotlin DSL: Add the following com.github.nexengine : Quimera-Test-Framework-Ecosystem gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nexengine:Quimera-Test-Framework-Ecosystem:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nexengine : Quimera-Test-Framework-Ecosystem sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nexengine" % "Quimera-Test-Framework-Ecosystem" % "1.3.8"