MVN

com.yoti.mobile.android.common.ui : ui-debug-options

Maven & Gradle

Aug 22, 2023

UI components and adapter for configuring debug preferences · UI components and adapter for configuring debug preferences

<dependency>
    <groupId>com.yoti.mobile.android.common.ui</groupId>
    <artifactId>ui-debug-options</artifactId>
    <version>1.65.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yoti.mobile.android.common.ui : ui-debug-options to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.65.1

All Versions

Choose a version of com.yoti.mobile.android.common.ui : ui-debug-options to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.65.x
ui-debug-options-1.65.1
ui-debug-options-1.65.0
1.64.x
ui-debug-options-1.64.3
ui-debug-options-1.64.1
ui-debug-options-1.64.0
1.63.x
ui-debug-options-1.63.1
ui-debug-options-1.63.0
1.62.x
ui-debug-options-1.62.1
ui-debug-options-1.62.0
1.61.x
ui-debug-options-1.61.3
ui-debug-options-1.61.2
ui-debug-options-1.61.1
1.60.x
ui-debug-options-1.60.0
1.59.x
ui-debug-options-1.59.2
ui-debug-options-1.59.1
ui-debug-options-1.59.0
1.58.x
ui-debug-options-1.58.0
1.57.x
ui-debug-options-1.57.0
1.53.x
ui-debug-options-1.53.0
1.52.x
ui-debug-options-1.52.1
ui-debug-options-1.52.0
1.51.x
ui-debug-options-1.51.0
1.50.x
ui-debug-options-1.50.1
ui-debug-options-1.50.0
1.49.x
ui-debug-options-1.49.0
1.48.x
ui-debug-options-1.48.0
1.47.x
ui-debug-options-1.47.0
1.45.x
ui-debug-options-1.45.0
1.44.x
ui-debug-options-1.44.0
1.43.x
ui-debug-options-1.43.0
1.42.x
ui-debug-options-1.42.0
1.41.x
ui-debug-options-1.41.2
ui-debug-options-1.41.1
ui-debug-options-1.41.0
1.40.x
ui-debug-options-1.40.0
1.39.x
ui-debug-options-1.39.0
1.38.x
ui-debug-options-1.38.1
ui-debug-options-1.38.0
1.37.x
ui-debug-options-1.37.0
1.36.x
ui-debug-options-1.36.0
1.35.x
ui-debug-options-1.35.0
1.34.x
ui-debug-options-1.34.6
ui-debug-options-1.34.5
ui-debug-options-1.34.4
ui-debug-options-1.34.3
ui-debug-options-1.34.2
ui-debug-options-1.34.1
ui-debug-options-1.34.0
1.33.x
ui-debug-options-1.33.1
ui-debug-options-1.33.0
1.32.x
ui-debug-options-1.32.4
ui-debug-options-1.32.3
ui-debug-options-1.32.2
ui-debug-options-1.32.1
ui-debug-options-1.32.0
1.31.x
ui-debug-options-1.31.1
ui-debug-options-1.31.0
1.29.x
ui-debug-options-1.29.3
ui-debug-options-1.29.2
ui-debug-options-1.29.1
ui-debug-options-1.29.0
1.28.x
ui-debug-options-1.28.0
1.27.x
ui-debug-options-1.27.0
1.26.x
ui-debug-options-1.26.0
1.25.x
ui-debug-options-1.25.14
ui-debug-options-1.25.13
ui-debug-options-1.25.12
ui-debug-options-1.25.11
ui-debug-options-1.25.10
ui-debug-options-1.25.9
ui-debug-options-1.25.8
ui-debug-options-1.25.7
ui-debug-options-1.25.6
ui-debug-options-1.25.4
ui-debug-options-1.25.3
ui-debug-options-1.25.1
ui-debug-options-1.25.0
1.24.x
ui-debug-options-1.24.4
ui-debug-options-1.24.3
ui-debug-options-1.24.2
ui-debug-options-1.24.1
ui-debug-options-1.24.0
1.23.x
ui-debug-options-1.23.0
1.22.x
ui-debug-options-1.22.0
1.21.x
ui-debug-options-1.21.0
1.20.x
ui-debug-options-1.20.0
1.19.x
ui-debug-options-1.19.0
1.18.x
ui-debug-options-1.18.0
1.17.x
ui-debug-options-1.17.0
1.16.x
ui-debug-options-1.16.0
1.15.x
ui-debug-options-1.15.0
1.14.x
ui-debug-options-1.14.0

How to add a dependency to Maven

Add the following com.yoti.mobile.android.common.ui : ui-debug-options maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yoti.mobile.android.common.ui</groupId>
    <artifactId>ui-debug-options</artifactId>
    <version>1.65.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yoti.mobile.android.common.ui : ui-debug-options gradle dependency to your build.gradle file:

implementation 'com.yoti.mobile.android.common.ui:ui-debug-options:1.65.1'

Gradle Kotlin DSL: Add the following com.yoti.mobile.android.common.ui : ui-debug-options gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yoti.mobile.android.common.ui:ui-debug-options:1.65.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yoti.mobile.android.common.ui : ui-debug-options sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yoti.mobile.android.common.ui" % "ui-debug-options" % "1.65.1"