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