| License |
License |
|---|---|
| GroupId | GroupIdorg.nfctools |
| ArtifactId | ArtifactIdnfctools-parent |
| Last Version | Last Version1.0.M8 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionNFC Tools for Java
nfctools is a library for many NFC related functions like P2, LLCP, SNEP, NDEF, reading and writing of NFC tags.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| nfctools-parent-1.0.M8.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.nfctools/nfctools-parent/ -->
<dependency>
<groupId>org.nfctools</groupId>
<artifactId>nfctools-parent</artifactId>
<version>1.0.M8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nfctools/nfctools-parent/
implementation 'org.nfctools:nfctools-parent:1.0.M8'
// https://jarcasting.com/artifacts/org.nfctools/nfctools-parent/
implementation ("org.nfctools:nfctools-parent:1.0.M8")
'org.nfctools:nfctools-parent:pom:1.0.M8'
<dependency org="org.nfctools" name="nfctools-parent" rev="1.0.M8">
<artifact name="nfctools-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nfctools', module='nfctools-parent', version='1.0.M8')
)
libraryDependencies += "org.nfctools" % "nfctools-parent" % "1.0.M8"
[org.nfctools/nfctools-parent "1.0.M8"]