MVN

com.selgp.moladek : moladek-appium

Maven & Gradle

Mar 12, 2015

Moladek SelGP Appium · Moladek SelGP Appium

<dependency>
    <groupId>com.selgp.moladek</groupId>
    <artifactId>moladek-appium</artifactId>
    <version>15.03.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.selgp.moladek : moladek-appium to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 15.03.10

All Versions

Choose a version of com.selgp.moladek : moladek-appium to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
15.03.x
moladek-appium-15.03.10
15.02
moladek-appium-15.02
15.01
moladek-appium-15.01
15.01.x
moladek-appium-15.01.03
14.12.x
moladek-appium-14.12.50
14.11
moladek-appium-14.11
14.10
moladek-appium-14.10
14.09
moladek-appium-14.09
14.08
moladek-appium-14.08

How to add a dependency to Maven

Add the following com.selgp.moladek : moladek-appium maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.selgp.moladek</groupId>
    <artifactId>moladek-appium</artifactId>
    <version>15.03.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.selgp.moladek : moladek-appium gradle dependency to your build.gradle file:

implementation 'com.selgp.moladek:moladek-appium:15.03.10'

Gradle Kotlin DSL: Add the following com.selgp.moladek : moladek-appium gradle kotlin dependency to your build.gradle.kts file:

implementation("com.selgp.moladek:moladek-appium:15.03.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.selgp.moladek : moladek-appium sbt scala dependency to your build.sbt file:

libraryDependencies += "com.selgp.moladek" % "moladek-appium" % "15.03.10"