a

appiumdriver-framework-core

The module handles parsing the configuration file and initialising the Appium Driver.
https://www.browserstack.com
Files download
File Operation
appiumdriver-framework-core-0.0.1.jar download
appiumdriver-framework-core-0.0.1.pom download
appiumdriver-framework-core-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.browserstack</groupId>
  <artifactId>appiumdriver-framework-core</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.browserstack:appiumdriver-framework-core:0.0.1'
Gradle Kotlin
implementation("com.browserstack:appiumdriver-framework-core:0.0.1")
Scala SBT
libraryDependencies += "com.browserstack" % "appiumdriver-framework-core" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.browserstack', module='appiumdriver-framework-core', version='0.0.1')
)
Apache Ivy
<dependency org="com.browserstack" name="appiumdriver-framework-core" rev="0.0.1" />
Leiningen
[com.browserstack/appiumdriver-framework-core "0.0.1"]
Apache Buildr
'com.browserstack:appiumdriver-framework-core:jar:0.0.1'