MVN

com.adobe.granite : com.adobe.granite.testing.granite-it-framework

Maven & Gradle

Nov 03, 2020
5 usages

Adobe Granite Integration Testing Support · Adobe Granite integration testing infrastructure.

<dependency>
    <groupId>com.adobe.granite</groupId>
    <artifactId>com.adobe.granite.testing.granite-it-framework</artifactId>
    <version>1.0.54</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adobe.granite : com.adobe.granite.testing.granite-it-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.54

All Versions

Choose a version of com.adobe.granite : com.adobe.granite.testing.granite-it-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
com.adobe.granite.testing.granite-it-framework-1.0.54
com.adobe.granite.testing.granite-it-framework-1.0.36

How to add a dependency to Maven

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

<dependency>
    <groupId>com.adobe.granite</groupId>
    <artifactId>com.adobe.granite.testing.granite-it-framework</artifactId>
    <version>1.0.54</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adobe.granite : com.adobe.granite.testing.granite-it-framework gradle dependency to your build.gradle file:

implementation 'com.adobe.granite:com.adobe.granite.testing.granite-it-framework:1.0.54'

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

implementation("com.adobe.granite:com.adobe.granite.testing.granite-it-framework:1.0.54")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adobe.granite : com.adobe.granite.testing.granite-it-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adobe.granite" % "com.adobe.granite.testing.granite-it-framework" % "1.0.54"

Advertisement