MVN

io.github.usefulness : screenshot-testing-core

Maven & Gradle

May 20, 2023
1 stars

io.github.usefulness:screenshot-testing-core · Screenshot Test for Android

<dependency>
    <groupId>io.github.usefulness</groupId>
    <artifactId>screenshot-testing-core</artifactId>
    <version>0.16.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.usefulness : screenshot-testing-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.12

All Versions

Choose a version of io.github.usefulness : screenshot-testing-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
screenshot-testing-core-0.16.12
screenshot-testing-core-0.16.11
screenshot-testing-core-0.16.10
screenshot-testing-core-0.16.9
screenshot-testing-core-0.16.8
screenshot-testing-core-0.16.6
screenshot-testing-core-0.16.5

How to add a dependency to Maven

Add the following io.github.usefulness : screenshot-testing-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.usefulness</groupId>
    <artifactId>screenshot-testing-core</artifactId>
    <version>0.16.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.usefulness : screenshot-testing-core gradle dependency to your build.gradle file:

implementation 'io.github.usefulness:screenshot-testing-core:0.16.12'

Gradle Kotlin DSL: Add the following io.github.usefulness : screenshot-testing-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.usefulness:screenshot-testing-core:0.16.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.usefulness : screenshot-testing-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.usefulness" % "screenshot-testing-core" % "0.16.12"

Advertisement