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