GroupId | GroupIdorg.nfctools |
---|---|
ArtifactId | ArtifactIdnfctools-ndef |
Version | Version1.0-M5 |
Type | Typejar |
Filename | Size |
---|---|
nfctools-ndef-1.0-M5.pom | |
nfctools-ndef-1.0-M5.jar | 119 KB |
nfctools-ndef-1.0-M5-sources.jar | 104 KB |
nfctools-ndef-1.0-M5-javadoc.jar | 574 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nfctools/nfctools-ndef/ -->
<dependency>
<groupId>org.nfctools</groupId>
<artifactId>nfctools-ndef</artifactId>
<version>1.0-M5</version>
</dependency>
// https://jarcasting.com/artifacts/org.nfctools/nfctools-ndef/
implementation 'org.nfctools:nfctools-ndef:1.0-M5'
// https://jarcasting.com/artifacts/org.nfctools/nfctools-ndef/
implementation ("org.nfctools:nfctools-ndef:1.0-M5")
'org.nfctools:nfctools-ndef:jar:1.0-M5'
<dependency org="org.nfctools" name="nfctools-ndef" rev="1.0-M5">
<artifact name="nfctools-ndef" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nfctools', module='nfctools-ndef', version='1.0-M5')
)
libraryDependencies += "org.nfctools" % "nfctools-ndef" % "1.0-M5"
[org.nfctools/nfctools-ndef "1.0-M5"]