commandfamily-basicnfc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.taptrack</groupId> <artifactId>commandfamily-basicnfc</artifactId> <version>2.4.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.taptrack</groupId> <artifactId>commandfamily-basicnfc</artifactId> <version>2.4.1</version> <packaging>aar</packaging> <name>commandfamily-basicnfc</name> <description>Reader communication and Command families for communication and operations</description> <url>https://github.com/TapTrack/TCMPTappy-Android</url> <licenses> <license> <name>Apache 2.0 License</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>TapTrack</id> <name>TapTrack</name> <email>info@taptrack.com</email> </developer> </developers> <scm> <connection>scm:github.com/TapTrack/TCMPTappy-Android.git</connection> <developerConnection>scm:git:ssh://github.com/TapTrack/TCMPTappy-Android.git</developerConnection> <url>https://github.com/TapTrack/TCMPTappy-Android</url> </scm> <dependencies> <dependency> <groupId>com.taptrack</groupId> <artifactId>tcmp</artifactId> <version>2.4.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.taptrack.tcmptappy</groupId> <artifactId>tappy-constants</artifactId> <version>0.8.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.4.31</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.taptrack</groupId> <artifactId>kotlin-tlv</artifactId> <version>2.0.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>