MVN

ru.tinkoff.mobile : ti-recycler-rx2

Maven & Gradle

May 12, 2023
29 stars

project ':ti-recycler-rx2' · Library which allows you to build screens with RecyclerView faster

<dependency>
    <groupId>ru.tinkoff.mobile</groupId>
    <artifactId>ti-recycler-rx2</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.tinkoff.mobile : ti-recycler-rx2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of ru.tinkoff.mobile : ti-recycler-rx2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
ti-recycler-rx2-2.2.1
ti-recycler-rx2-2.2.0
2.1.x
ti-recycler-rx2-2.1.2
ti-recycler-rx2-2.1.1
ti-recycler-rx2-2.1.0
2.0.x
ti-recycler-rx2-2.0.0
1.0.x
ti-recycler-rx2-1.0.0

How to add a dependency to Maven

Add the following ru.tinkoff.mobile : ti-recycler-rx2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.tinkoff.mobile</groupId>
    <artifactId>ti-recycler-rx2</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.tinkoff.mobile : ti-recycler-rx2 gradle dependency to your build.gradle file:

implementation 'ru.tinkoff.mobile:ti-recycler-rx2:2.2.1'

Gradle Kotlin DSL: Add the following ru.tinkoff.mobile : ti-recycler-rx2 gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.tinkoff.mobile:ti-recycler-rx2:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.tinkoff.mobile : ti-recycler-rx2 sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.tinkoff.mobile" % "ti-recycler-rx2" % "2.2.1"