License |
License |
---|---|
GroupId | GroupIdorg.nfclabs |
ArtifactId | ArtifactIdtagevent-model |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNFC Tag Event
A canonical representations of a common NFC use case, the Tag Event, defined
at the OSI Presentation Layer (Layer 6) that facilitates interoperability
between disparate applications and across the whole enterprise.
|
Project Organization |
Project OrganizationNFC Labs |
Filename | Size |
---|---|
tagevent-model-1.1.pom | |
tagevent-model-1.1.jar | 24 KB |
tagevent-model-1.1-tests.jar | 2 KB |
tagevent-model-1.1-sources.jar | 31 KB |
tagevent-model-1.1-javadoc.jar | 272 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nfclabs/tagevent-model/ -->
<dependency>
<groupId>org.nfclabs</groupId>
<artifactId>tagevent-model</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.nfclabs/tagevent-model/
implementation 'org.nfclabs:tagevent-model:1.1'
// https://jarcasting.com/artifacts/org.nfclabs/tagevent-model/
implementation ("org.nfclabs:tagevent-model:1.1")
'org.nfclabs:tagevent-model:jar:1.1'
<dependency org="org.nfclabs" name="tagevent-model" rev="1.1">
<artifact name="tagevent-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nfclabs', module='tagevent-model', version='1.1')
)
libraryDependencies += "org.nfclabs" % "tagevent-model" % "1.1"
[org.nfclabs/tagevent-model "1.1"]