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