GroupId | GroupIdio.github.yongzheng7 |
---|---|
ArtifactId | ArtifactIdmodule-nfc |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
module-nfc-1.0.pom | |
module-nfc-1.0.aar | 38 KB |
Browse |
<!-- 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"]