MVN

com.ocadotechnology : SuiteTestEngine

Maven & Gradle

Jun 28, 2023
22 stars
<dependency>
    <groupId>com.ocadotechnology</groupId>
    <artifactId>SuiteTestEngine</artifactId>
    <version>13.7.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ocadotechnology : SuiteTestEngine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13.7.21

All Versions

Choose a version of com.ocadotechnology : SuiteTestEngine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13.7.x
SuiteTestEngine-13.7.21
13.6.x
SuiteTestEngine-13.6.44
13.5.x
SuiteTestEngine-13.5.36
13.3.x
SuiteTestEngine-13.3.67
SuiteTestEngine-13.3.2
13.1.x
SuiteTestEngine-13.1.28
13.0.x
SuiteTestEngine-13.0.114
SuiteTestEngine-13.0.66
SuiteTestEngine-13.0.17
SuiteTestEngine-13.0.0

How to add a dependency to Maven

Add the following com.ocadotechnology : SuiteTestEngine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ocadotechnology</groupId>
    <artifactId>SuiteTestEngine</artifactId>
    <version>13.7.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ocadotechnology : SuiteTestEngine gradle dependency to your build.gradle file:

implementation 'com.ocadotechnology:SuiteTestEngine:13.7.21'

Gradle Kotlin DSL: Add the following com.ocadotechnology : SuiteTestEngine gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ocadotechnology:SuiteTestEngine:13.7.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ocadotechnology : SuiteTestEngine sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ocadotechnology" % "SuiteTestEngine" % "13.7.21"