MVN

com.rubensousa.dpadrecyclerview : dpadrecyclerview-testing

Maven & Gradle

Aug 04, 2023
99 stars

dpadrecyclerview-testing · Testing extensions for DpadRecyclerView

<dependency>
    <groupId>com.rubensousa.dpadrecyclerview</groupId>
    <artifactId>dpadrecyclerview-testing</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rubensousa.dpadrecyclerview : dpadrecyclerview-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Release Candidate: 1.0.0-rc01
  • Latest Beta: 1.0.0-beta03
  • Latest Alpha: 1.1.0-alpha03

All Versions

Choose a version of com.rubensousa.dpadrecyclerview : dpadrecyclerview-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
dpadrecyclerview-testing-1.1.0-alpha03
dpadrecyclerview-testing-1.1.0-alpha02
dpadrecyclerview-testing-1.1.0-alpha01
1.0.x
dpadrecyclerview-testing-1.0.0
dpadrecyclerview-testing-1.0.0-rc01
dpadrecyclerview-testing-1.0.0-beta03
dpadrecyclerview-testing-1.0.0-beta02
dpadrecyclerview-testing-1.0.0-beta01
dpadrecyclerview-testing-1.0.0-alpha05
dpadrecyclerview-testing-1.0.0-alpha04
dpadrecyclerview-testing-1.0.0-alpha03
dpadrecyclerview-testing-1.0.0-alpha02
dpadrecyclerview-testing-1.0.0-alpha01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.rubensousa.dpadrecyclerview</groupId>
    <artifactId>dpadrecyclerview-testing</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rubensousa.dpadrecyclerview : dpadrecyclerview-testing gradle dependency to your build.gradle file:

implementation 'com.rubensousa.dpadrecyclerview:dpadrecyclerview-testing:1.0.0'

Gradle Kotlin DSL: Add the following com.rubensousa.dpadrecyclerview : dpadrecyclerview-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rubensousa.dpadrecyclerview:dpadrecyclerview-testing:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rubensousa.dpadrecyclerview : dpadrecyclerview-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rubensousa.dpadrecyclerview" % "dpadrecyclerview-testing" % "1.0.0"