MVN

nl.littlerobots.rxlint : detector

Maven & Gradle

Oct 18, 2021
36 stars

The core lint rule · The lint rule for rxjava

<dependency>
    <groupId>nl.littlerobots.rxlint</groupId>
    <artifactId>detector</artifactId>
    <version>1.7.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.littlerobots.rxlint : detector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.8

All Versions

Choose a version of nl.littlerobots.rxlint : detector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
detector-1.7.8
detector-1.7.7
detector-1.7.6
detector-1.7.5
detector-1.7.4
detector-1.7.3
detector-1.7.2
detector-1.7.1
detector-1.7.0
1.6.x
detector-1.6.1
1.6
detector-1.6
1.5
detector-1.5
1.4
detector-1.4
1.3
detector-1.3
1.2
detector-1.2
1.1
detector-1.1
1.0
detector-1.0

How to add a dependency to Maven

Add the following nl.littlerobots.rxlint : detector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.littlerobots.rxlint</groupId>
    <artifactId>detector</artifactId>
    <version>1.7.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.littlerobots.rxlint : detector gradle dependency to your build.gradle file:

implementation 'nl.littlerobots.rxlint:detector:1.7.8'

Gradle Kotlin DSL: Add the following nl.littlerobots.rxlint : detector gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.littlerobots.rxlint:detector:1.7.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.littlerobots.rxlint : detector sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.littlerobots.rxlint" % "detector" % "1.7.8"