MVN

com.github.hemanthsridhar : custom-page-factory

Maven & Gradle

Jul 05, 2022
4 stars

Custom Page Factory · Custom Page Factory to read web elements or mobile elements from JSON

<dependency>
    <groupId>com.github.hemanthsridhar</groupId>
    <artifactId>custom-page-factory</artifactId>
    <version>3.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hemanthsridhar : custom-page-factory to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.2

All Versions

Choose a version of com.github.hemanthsridhar : custom-page-factory to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
custom-page-factory-3.3.2
custom-page-factory-3.3.1
custom-page-factory-3.3.0
3.2.x
custom-page-factory-3.2.0
3.1.x
custom-page-factory-3.1.0
3.0.x
custom-page-factory-3.0.1
custom-page-factory-3.0.0
2.0.x
custom-page-factory-2.0.3
custom-page-factory-2.0.2
custom-page-factory-2.0.1
custom-page-factory-2.0.0
1.14.x
custom-page-factory-1.14.32
custom-page-factory-1.14.31
custom-page-factory-1.14.30
custom-page-factory-1.14.29
custom-page-factory-1.14.28
custom-page-factory-1.14.27
custom-page-factory-1.14.26
custom-page-factory-1.14.25
custom-page-factory-1.14.24
custom-page-factory-1.14.23
custom-page-factory-1.14.22
custom-page-factory-1.14.21
custom-page-factory-1.14.20
custom-page-factory-1.14.19
custom-page-factory-1.14.18
custom-page-factory-1.14.17
custom-page-factory-1.14.16
custom-page-factory-1.14.15
custom-page-factory-1.14.14
custom-page-factory-1.14.13
custom-page-factory-1.14.12
custom-page-factory-1.14.11
custom-page-factory-1.14.9
custom-page-factory-1.14.8
custom-page-factory-1.14.7
custom-page-factory-1.14.6
custom-page-factory-1.14.5
custom-page-factory-1.14.4
custom-page-factory-1.14.3
custom-page-factory-1.14.2
custom-page-factory-1.14.1
custom-page-factory-1.14.0
1.13.x
custom-page-factory-1.13.0
1.12.x
custom-page-factory-1.12.0
1.11.x
custom-page-factory-1.11.0
1.10.x
custom-page-factory-1.10.0
1.0.x
custom-page-factory-1.0.8
custom-page-factory-1.0.7
custom-page-factory-1.0.6
custom-page-factory-1.0.5
custom-page-factory-1.0.4
custom-page-factory-1.0.3
custom-page-factory-1.0.0

How to add a dependency to Maven

Add the following com.github.hemanthsridhar : custom-page-factory maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hemanthsridhar</groupId>
    <artifactId>custom-page-factory</artifactId>
    <version>3.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hemanthsridhar : custom-page-factory gradle dependency to your build.gradle file:

implementation 'com.github.hemanthsridhar:custom-page-factory:3.3.2'

Gradle Kotlin DSL: Add the following com.github.hemanthsridhar : custom-page-factory gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hemanthsridhar:custom-page-factory:3.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hemanthsridhar : custom-page-factory sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hemanthsridhar" % "custom-page-factory" % "3.3.2"