License |
License |
---|---|
GroupId | GroupIdnl.littlerobots.rxlint |
ArtifactId | ArtifactIdrxlint |
Last Version | Last Version1.7.8 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionPackaged lint rule
The lint rule for rxjava packaged as an AAR
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rxlint-1.7.8.pom | |
rxlint-1.7.8.aar | 14 KB |
rxlint-1.7.8-sources.jar | 261 bytes |
rxlint-1.7.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/nl.littlerobots.rxlint/rxlint/ -->
<dependency>
<groupId>nl.littlerobots.rxlint</groupId>
<artifactId>rxlint</artifactId>
<version>1.7.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/nl.littlerobots.rxlint/rxlint/
implementation 'nl.littlerobots.rxlint:rxlint:1.7.8'
// https://jarcasting.com/artifacts/nl.littlerobots.rxlint/rxlint/
implementation ("nl.littlerobots.rxlint:rxlint:1.7.8")
'nl.littlerobots.rxlint:rxlint:aar:1.7.8'
<dependency org="nl.littlerobots.rxlint" name="rxlint" rev="1.7.8">
<artifact name="rxlint" type="aar" />
</dependency>
@Grapes(
@Grab(group='nl.littlerobots.rxlint', module='rxlint', version='1.7.8')
)
libraryDependencies += "nl.littlerobots.rxlint" % "rxlint" % "1.7.8"
[nl.littlerobots.rxlint/rxlint "1.7.8"]