GroupId | GroupIdnl.littlerobots.rxlint |
---|---|
ArtifactId | ArtifactIddetector |
Version | Version1.7.6 |
Type | Typejar |
Filename | Size |
---|---|
detector-1.7.6.pom | |
detector-1.7.6.jar | 16 KB |
detector-1.7.6-sources.jar | 9 KB |
detector-1.7.6-javadoc.jar | 406 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.littlerobots.rxlint/detector/ -->
<dependency>
<groupId>nl.littlerobots.rxlint</groupId>
<artifactId>detector</artifactId>
<version>1.7.6</version>
</dependency>
// https://jarcasting.com/artifacts/nl.littlerobots.rxlint/detector/
implementation 'nl.littlerobots.rxlint:detector:1.7.6'
// https://jarcasting.com/artifacts/nl.littlerobots.rxlint/detector/
implementation ("nl.littlerobots.rxlint:detector:1.7.6")
'nl.littlerobots.rxlint:detector:jar:1.7.6'
<dependency org="nl.littlerobots.rxlint" name="detector" rev="1.7.6">
<artifact name="detector" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.littlerobots.rxlint', module='detector', version='1.7.6')
)
libraryDependencies += "nl.littlerobots.rxlint" % "detector" % "1.7.6"
[nl.littlerobots.rxlint/detector "1.7.6"]