MVN

com.axonivy.ivy.webtest : web-tester

Maven & Gradle

Apr 19, 2023
3 stars

web-tester · API that simplifies web testing with ivy projects.

<dependency>
    <groupId>com.axonivy.ivy.webtest</groupId>
    <artifactId>web-tester</artifactId>
    <version>11.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.axonivy.ivy.webtest : web-tester to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.1.0

All Versions

Choose a version of com.axonivy.ivy.webtest : web-tester to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.1.x
web-tester-11.1.0
10.0.x
web-tester-10.0.0
9.4.x
web-tester-9.4.1
web-tester-9.4.0
9.3.x
web-tester-9.3.0
9.2.x
web-tester-9.2.2
web-tester-9.2.1
web-tester-9.2.0
9.1.x
web-tester-9.1.0
8.0.x
web-tester-8.0.10
web-tester-8.0.1
web-tester-8.0.0

How to add a dependency to Maven

Add the following com.axonivy.ivy.webtest : web-tester maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.axonivy.ivy.webtest</groupId>
    <artifactId>web-tester</artifactId>
    <version>11.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.axonivy.ivy.webtest : web-tester gradle dependency to your build.gradle file:

implementation 'com.axonivy.ivy.webtest:web-tester:11.1.0'

Gradle Kotlin DSL: Add the following com.axonivy.ivy.webtest : web-tester gradle kotlin dependency to your build.gradle.kts file:

implementation("com.axonivy.ivy.webtest:web-tester:11.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.axonivy.ivy.webtest : web-tester sbt scala dependency to your build.sbt file:

libraryDependencies += "com.axonivy.ivy.webtest" % "web-tester" % "11.1.0"