MVN

com.malinskiy.marathon : ddmlib

Maven & Gradle

Sep 16, 2022
1 usages
553 stars

ddmlib · Android & iOS test runner

<dependency>
    <groupId>com.malinskiy.marathon</groupId>
    <artifactId>ddmlib</artifactId>
    <version>0.7.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.malinskiy.marathon : ddmlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.6

All Versions

Choose a version of com.malinskiy.marathon : ddmlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
ddmlib-0.7.6
ddmlib-0.7.5
ddmlib-0.7.4
ddmlib-0.7.3
ddmlib-0.7.2
ddmlib-0.7.1
ddmlib-0.7.0
0.6.x
ddmlib-0.6.5
ddmlib-0.6.4
ddmlib-0.6.3
ddmlib-0.6.2
ddmlib-0.6.1
ddmlib-0.6.0
0.5.x
ddmlib-0.5.2

How to add a dependency to Maven

Add the following com.malinskiy.marathon : ddmlib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.malinskiy.marathon</groupId>
    <artifactId>ddmlib</artifactId>
    <version>0.7.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.malinskiy.marathon : ddmlib gradle dependency to your build.gradle file:

implementation 'com.malinskiy.marathon:ddmlib:0.7.6'

Gradle Kotlin DSL: Add the following com.malinskiy.marathon : ddmlib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.malinskiy.marathon:ddmlib:0.7.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.malinskiy.marathon : ddmlib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.malinskiy.marathon" % "ddmlib" % "0.7.6"

Advertisement