GroupId | GroupIdio.github.yongzheng7 |
---|---|
ArtifactId | ArtifactIdmodule-nfc |
Version | Version2.0 |
Type | Typeaar |
Filename | Size |
---|---|
module-nfc-2.0.pom | |
module-nfc-2.0.aar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yongzheng7/module-nfc/ -->
<dependency>
<groupId>io.github.yongzheng7</groupId>
<artifactId>module-nfc</artifactId>
<version>2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.yongzheng7/module-nfc/
implementation 'io.github.yongzheng7:module-nfc:2.0'
// https://jarcasting.com/artifacts/io.github.yongzheng7/module-nfc/
implementation ("io.github.yongzheng7:module-nfc:2.0")
'io.github.yongzheng7:module-nfc:aar:2.0'
<dependency org="io.github.yongzheng7" name="module-nfc" rev="2.0">
<artifact name="module-nfc" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.yongzheng7', module='module-nfc', version='2.0')
)
libraryDependencies += "io.github.yongzheng7" % "module-nfc" % "2.0"
[io.github.yongzheng7/module-nfc "2.0"]