GroupId | GroupIdio.github.dadino.barcodescanner |
---|---|
ArtifactId | ArtifactIdrx2 |
Version | Version0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
rx2-0.0.1.pom | |
rx2-0.0.1-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dadino.barcodescanner/rx2/ -->
<dependency>
<groupId>io.github.dadino.barcodescanner</groupId>
<artifactId>rx2</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dadino.barcodescanner/rx2/
implementation 'io.github.dadino.barcodescanner:rx2:0.0.1'
// https://jarcasting.com/artifacts/io.github.dadino.barcodescanner/rx2/
implementation ("io.github.dadino.barcodescanner:rx2:0.0.1")
'io.github.dadino.barcodescanner:rx2:aar:0.0.1'
<dependency org="io.github.dadino.barcodescanner" name="rx2" rev="0.0.1">
<artifact name="rx2" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.dadino.barcodescanner', module='rx2', version='0.0.1')
)
libraryDependencies += "io.github.dadino.barcodescanner" % "rx2" % "0.0.1"
[io.github.dadino.barcodescanner/rx2 "0.0.1"]