MVN

com.nortal.test : test-automation-reportportal

Maven & Gradle

Aug 10, 2023
1 stars

Test automation framework · Cucumber based API and UI test framework

<dependency>
    <groupId>com.nortal.test</groupId>
    <artifactId>test-automation-reportportal</artifactId>
    <version>0.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nortal.test : test-automation-reportportal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.9

All Versions

Choose a version of com.nortal.test : test-automation-reportportal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
test-automation-reportportal-0.2.9
test-automation-reportportal-0.2.8
test-automation-reportportal-0.2.7
test-automation-reportportal-0.2.6
test-automation-reportportal-0.2.5
test-automation-reportportal-0.2.4
test-automation-reportportal-0.2.3
test-automation-reportportal-0.2.2
test-automation-reportportal-0.2.1
test-automation-reportportal-0.2.0
0.1.x
test-automation-reportportal-0.1.36
test-automation-reportportal-0.1.35
test-automation-reportportal-0.1.34
test-automation-reportportal-0.1.33
test-automation-reportportal-0.1.32
test-automation-reportportal-0.1.31
test-automation-reportportal-0.1.29
test-automation-reportportal-0.1.27
test-automation-reportportal-0.1.26
test-automation-reportportal-0.1.25
test-automation-reportportal-0.1.24
test-automation-reportportal-0.1.23
test-automation-reportportal-0.1.22
test-automation-reportportal-0.1.21
test-automation-reportportal-0.1.20
test-automation-reportportal-0.1.19
test-automation-reportportal-0.1.18

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nortal.test</groupId>
    <artifactId>test-automation-reportportal</artifactId>
    <version>0.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nortal.test : test-automation-reportportal gradle dependency to your build.gradle file:

implementation 'com.nortal.test:test-automation-reportportal:0.2.9'

Gradle Kotlin DSL: Add the following com.nortal.test : test-automation-reportportal gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nortal.test:test-automation-reportportal:0.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nortal.test : test-automation-reportportal sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nortal.test" % "test-automation-reportportal" % "0.2.9"

Advertisement