is not current version
Last Version 3.0

io.github.yongzheng7:module-nfc 1.0

Android设备采集NFC的模块

GroupId

GroupId

io.github.yongzheng7
ArtifactId

ArtifactId

module-nfc
Version

Version

1.0
Type

Type

aar

Download module-nfc 1.0


<!-- https://jarcasting.com/artifacts/io.github.yongzheng7/module-nfc/ -->
<dependency>
    <groupId>io.github.yongzheng7</groupId>
    <artifactId>module-nfc</artifactId>
    <version>1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.yongzheng7/module-nfc/
implementation 'io.github.yongzheng7:module-nfc:1.0'
// https://jarcasting.com/artifacts/io.github.yongzheng7/module-nfc/
implementation ("io.github.yongzheng7:module-nfc:1.0")
'io.github.yongzheng7:module-nfc:aar:1.0'
<dependency org="io.github.yongzheng7" name="module-nfc" rev="1.0">
  <artifact name="module-nfc" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.yongzheng7', module='module-nfc', version='1.0')
)
libraryDependencies += "io.github.yongzheng7" % "module-nfc" % "1.0"
[io.github.yongzheng7/module-nfc "1.0"]