MVN

com.mytechia : robobo-framework

Maven & Gradle

Oct 02, 2018
20 usages

Robobo-Framework · Robobo Framework library for Android.

<dependency>
    <groupId>com.mytechia</groupId>
    <artifactId>robobo-framework</artifactId>
    <version>1.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mytechia : robobo-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.4

All Versions

Choose a version of com.mytechia : robobo-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
robobo-framework-1.3.4
robobo-framework-1.3.3
1.0.x
robobo-framework-1.0.0
0.3.x
robobo-framework-0.3.5
robobo-framework-0.3.4
robobo-framework-0.3.3
robobo-framework-0.3.2
robobo-framework-0.3.1
robobo-framework-0.3.0
0.2.x
robobo-framework-0.2.0
0.1.x
robobo-framework-0.1.5
robobo-framework-0.1.4
robobo-framework-0.1.3
robobo-framework-0.1.2
robobo-framework-0.1.0

How to add a dependency to Maven

Add the following com.mytechia : robobo-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mytechia</groupId>
    <artifactId>robobo-framework</artifactId>
    <version>1.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mytechia : robobo-framework gradle dependency to your build.gradle file:

implementation 'com.mytechia:robobo-framework:1.3.4'

Gradle Kotlin DSL: Add the following com.mytechia : robobo-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mytechia:robobo-framework:1.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mytechia : robobo-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mytechia" % "robobo-framework" % "1.3.4"

Advertisement