License |
License |
---|---|
GroupId | GroupIdorg.nfctools |
ArtifactId | ArtifactIdnfctools-ndef |
Version | Version1.0.M8 |
Type | Typejar |
Description |
Descriptionnfctools is a library for many NFC related functions like P2, LLCP, SNEP, NDEF, reading and writing of NFC tags.
|
Filename | Size |
---|---|
nfctools-ndef-1.0.M8.pom | |
nfctools-ndef-1.0.M8.jar | 119 KB |
nfctools-ndef-1.0.M8-sources.jar | 104 KB |
nfctools-ndef-1.0.M8-javadoc.jar | 568 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nfctools/nfctools-ndef/ -->
<dependency>
<groupId>org.nfctools</groupId>
<artifactId>nfctools-ndef</artifactId>
<version>1.0.M8</version>
</dependency>
// https://jarcasting.com/artifacts/org.nfctools/nfctools-ndef/
implementation 'org.nfctools:nfctools-ndef:1.0.M8'
// https://jarcasting.com/artifacts/org.nfctools/nfctools-ndef/
implementation ("org.nfctools:nfctools-ndef:1.0.M8")
'org.nfctools:nfctools-ndef:jar:1.0.M8'
<dependency org="org.nfctools" name="nfctools-ndef" rev="1.0.M8">
<artifact name="nfctools-ndef" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nfctools', module='nfctools-ndef', version='1.0.M8')
)
libraryDependencies += "org.nfctools" % "nfctools-ndef" % "1.0.M8"
[org.nfctools/nfctools-ndef "1.0.M8"]
Group / Artifact | Type | Version |
---|---|---|
org.nfctools : nfctools-api | jar | 1.0.M8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |