| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.nfctools |
| Идентификатор | Идентификаторnfctools-parent |
| Последняя версия | Последняя версия1.0.M8 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеNFC Tools for Java
nfctools is a library for many NFC related functions like P2, LLCP, SNEP, NDEF, reading and writing of NFC tags.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| nfctools-parent-1.0.M8.pom | 3 KB |
| Обзор |
<!-- 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"]