core
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>no.entur.android.nfc</groupId> <artifactId>core</artifactId> <version>2.0.7</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>no.entur.android.nfc</groupId> <artifactId>core</artifactId> <version>2.0.7</version> <packaging>aar</packaging> <name>core</name> <description>NFC libraries for Android</description> <url>https://github.com/entur/android-nfc-lib</url> <inceptionYear>2022</inceptionYear> <licenses> <license> <name>European Union Public Licence v1.2</name> <url>https://www.eupl.eu/</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>skjolber</id> <name>Thomas Skjølberg</name> <email>thomas.rorvik.skjolberg@entur.org</email> </developer> </developers> <scm> <connection>git@github.com:entur/android-nfc-lib.git</connection> <url>https://github.com/entur/android-nfc-lib</url> </scm> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>compile</scope> </dependency> <dependency> <groupId>no.entur.android.nfc</groupId> <artifactId>wrapper</artifactId> <version>2.0.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.4.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>