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