is not current version
Last Version 1.1

org.nfclabs:tagevent-model 1.0

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.

GroupId

GroupId

org.nfclabs
ArtifactId

ArtifactId

tagevent-model
Version

Version

1.0
Type

Type

jar

Download tagevent-model 1.0


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