MVN

wtf.emulator : gradle-compat-6-1

Maven & Gradle

Jun 27, 2023
12 stars

emulator.wtf Gradle Plugin · With this Gradle plugin you can run your Android instrumentation tests with emulator.wtf

<dependency>
    <groupId>wtf.emulator</groupId>
    <artifactId>gradle-compat-6-1</artifactId>
    <version>0.15.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of wtf.emulator : gradle-compat-6-1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.1

All Versions

Choose a version of wtf.emulator : gradle-compat-6-1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
gradle-compat-6-1-0.15.1
gradle-compat-6-1-0.15.0
0.14.x
gradle-compat-6-1-0.14.0
0.13.x
gradle-compat-6-1-0.13.3
gradle-compat-6-1-0.13.2
gradle-compat-6-1-0.13.1
gradle-compat-6-1-0.13.0
0.12.x
gradle-compat-6-1-0.12.2
gradle-compat-6-1-0.12.1
gradle-compat-6-1-0.12.0
0.10.x
gradle-compat-6-1-0.10.2
gradle-compat-6-1-0.10.1
gradle-compat-6-1-0.10.0

How to add a dependency to Maven

Add the following wtf.emulator : gradle-compat-6-1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>wtf.emulator</groupId>
    <artifactId>gradle-compat-6-1</artifactId>
    <version>0.15.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following wtf.emulator : gradle-compat-6-1 gradle dependency to your build.gradle file:

implementation 'wtf.emulator:gradle-compat-6-1:0.15.1'

Gradle Kotlin DSL: Add the following wtf.emulator : gradle-compat-6-1 gradle kotlin dependency to your build.gradle.kts file:

implementation("wtf.emulator:gradle-compat-6-1:0.15.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following wtf.emulator : gradle-compat-6-1 sbt scala dependency to your build.sbt file:

libraryDependencies += "wtf.emulator" % "gradle-compat-6-1" % "0.15.1"