nfctools-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.nfctools</groupId> <artifactId>nfctools-core</artifactId> <version>1.0.M8</version> </dependency>
<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.nfctools</groupId> <version>1.0.M8</version> <artifactId>nfctools-parent</artifactId> <relativePath>../</relativePath> </parent> <artifactId>nfctools-core</artifactId> <packaging>jar</packaging> <dependencies> <dependency> <groupId>org.nfctools</groupId> <artifactId>nfctools-ndef</artifactId> <version>1.0.M8</version> </dependency> <dependency> <groupId>org.nfctools</groupId> <artifactId>nfctools-api</artifactId> <version>1.0.M8</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.rxtx</groupId> <artifactId>rxtx</artifactId> <version>2.1.7</version> <scope>provided</scope> <optional>true</optional> </dependency> </dependencies> </project>