MVN

org.nfctools : nfctools-parent

Maven & Gradle

Oct 01, 2013
303 stars

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

<dependency>
    <groupId>org.nfctools</groupId>
    <artifactId>nfctools-parent</artifactId>
    <version>1.0.M8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nfctools : nfctools-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.M8

All Versions

Choose a version of org.nfctools : nfctools-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
nfctools-parent-1.0.M8
1.0
nfctools-parent-1.0-M7
nfctools-parent-1.0-M6
nfctools-parent-1.0-M5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.nfctools</groupId>
    <artifactId>nfctools-parent</artifactId>
    <version>1.0.M8</version>
</dependency>

Advertisement