is not current version
Last Version 1.0.M8

org.nfctools:nfctools-parent 1.0-M6

nfctools is a library for many NFC related functions like P2, LLCP, SNEP, NDEF, reading and writing of NFC tags.

GroupId

GroupId

org.nfctools
ArtifactId

ArtifactId

nfctools-parent
Version

Version

1.0-M6
Type

Type

pom

Download nfctools-parent 1.0-M6


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