MVN

com.acquitygroup.demandware : demandware-testing-framework

Maven & Gradle

Apr 04, 2014
1 usages

This is the testing framework base for a Demandware implementation

<dependency>
    <groupId>com.acquitygroup.demandware</groupId>
    <artifactId>demandware-testing-framework</artifactId>
    <version>0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.acquitygroup.demandware : demandware-testing-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10

All Versions

Choose a version of com.acquitygroup.demandware : demandware-testing-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10
demandware-testing-framework-0.10
0.09
demandware-testing-framework-0.09
0.08
demandware-testing-framework-0.08
0.07
demandware-testing-framework-0.07
0.06
demandware-testing-framework-0.06
0.05
demandware-testing-framework-0.05
0.04
demandware-testing-framework-0.04
0.03
demandware-testing-framework-0.03
0.02
demandware-testing-framework-0.02

How to add a dependency to Maven

Add the following com.acquitygroup.demandware : demandware-testing-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.acquitygroup.demandware</groupId>
    <artifactId>demandware-testing-framework</artifactId>
    <version>0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.acquitygroup.demandware : demandware-testing-framework gradle dependency to your build.gradle file:

implementation 'com.acquitygroup.demandware:demandware-testing-framework:0.10'

Gradle Kotlin DSL: Add the following com.acquitygroup.demandware : demandware-testing-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("com.acquitygroup.demandware:demandware-testing-framework:0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.acquitygroup.demandware : demandware-testing-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "com.acquitygroup.demandware" % "demandware-testing-framework" % "0.10"