MVN

com.github.hemanthsridhar : mc-sync-bintray

Maven & Gradle

Feb 11, 2021

maven central sync bintray test · Json Page Factory to read web elements or mobile elements from JSON

<dependency>
    <groupId>com.github.hemanthsridhar</groupId>
    <artifactId>mc-sync-bintray</artifactId>
    <version>52.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hemanthsridhar : mc-sync-bintray to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 52.2

All Versions

Choose a version of com.github.hemanthsridhar : mc-sync-bintray to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
52.2
mc-sync-bintray-52.2
1.2.x
mc-sync-bintray-1.2.9
mc-sync-bintray-1.2.8
mc-sync-bintray-1.2.4
1.1.x
mc-sync-bintray-1.1.5
mc-sync-bintray-1.1.4
1.0
mc-sync-bintray-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.hemanthsridhar</groupId>
    <artifactId>mc-sync-bintray</artifactId>
    <version>52.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hemanthsridhar : mc-sync-bintray gradle dependency to your build.gradle file:

implementation 'com.github.hemanthsridhar:mc-sync-bintray:52.2'

Gradle Kotlin DSL: Add the following com.github.hemanthsridhar : mc-sync-bintray gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hemanthsridhar:mc-sync-bintray:52.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hemanthsridhar : mc-sync-bintray sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hemanthsridhar" % "mc-sync-bintray" % "52.2"