GroupId | GroupIdnl.littlerobots.rxlint |
---|---|
ArtifactId | ArtifactIdrxlint |
Version | Version1.7.4 |
Type | Typeaar |
Filename | Size |
---|---|
rxlint-1.7.4.pom | |
rxlint-1.7.4.aar | 1 KB |
rxlint-1.7.4-sources.jar | 261 bytes |
rxlint-1.7.4-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.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/nl.littlerobots.rxlint/rxlint/
implementation 'nl.littlerobots.rxlint:rxlint:1.7.4'
// https://jarcasting.com/artifacts/nl.littlerobots.rxlint/rxlint/
implementation ("nl.littlerobots.rxlint:rxlint:1.7.4")
'nl.littlerobots.rxlint:rxlint:aar:1.7.4'
<dependency org="nl.littlerobots.rxlint" name="rxlint" rev="1.7.4">
<artifact name="rxlint" type="aar" />
</dependency>
@Grapes(
@Grab(group='nl.littlerobots.rxlint', module='rxlint', version='1.7.4')
)
libraryDependencies += "nl.littlerobots.rxlint" % "rxlint" % "1.7.4"
[nl.littlerobots.rxlint/rxlint "1.7.4"]