MVN

com.uber.motif : motif-xprocessing-testing

Maven & Gradle

Jul 21, 2023
530 stars

Motif · Simple DI API for Android / Java.

<dependency>
    <groupId>com.uber.motif</groupId>
    <artifactId>motif-xprocessing-testing</artifactId>
    <version>0.4.0-alpha03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.uber.motif : motif-xprocessing-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0-alpha03
  • Latest Alpha: 0.4.0-alpha03

All Versions

Choose a version of com.uber.motif : motif-xprocessing-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
motif-xprocessing-testing-0.4.0-alpha03
motif-xprocessing-testing-0.4.0-alpha02
motif-xprocessing-testing-0.4.0-alpha01

How to add a dependency to Maven

Add the following com.uber.motif : motif-xprocessing-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.uber.motif</groupId>
    <artifactId>motif-xprocessing-testing</artifactId>
    <version>0.4.0-alpha03</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.uber.motif : motif-xprocessing-testing gradle dependency to your build.gradle file:

implementation 'com.uber.motif:motif-xprocessing-testing:0.4.0-alpha03'

Gradle Kotlin DSL: Add the following com.uber.motif : motif-xprocessing-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("com.uber.motif:motif-xprocessing-testing:0.4.0-alpha03")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.uber.motif : motif-xprocessing-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "com.uber.motif" % "motif-xprocessing-testing" % "0.4.0-alpha03"

Advertisement