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