keyple-plugin-springcard-android-pcsclike-java-lib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.springcard.keyple</groupId> <artifactId>keyple-plugin-springcard-android-pcsclike-java-lib</artifactId> <version>1.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.springcard.keyple</groupId> <artifactId>keyple-plugin-springcard-android-pcsclike-java-lib</artifactId> <version>1.0.1</version> <packaging>aar</packaging> <name>Keyple Plugin SpringCard PC/SC-like Android</name> <description>Keyple add-on to manage SpringCard PC/SC and BLE readers in Android</description> <url>https://github.com/springcard/android-keyple</url> <organization> <name>SpringCard</name> <url>https://www.springcard.com/</url> </organization> <licenses> <license> <name>SpringCard SDK License Agreement</name> <url>https://www.springcard.com/</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>SpringCard</name> <email>support-dev@springcard.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/springcard/android-keyple.git</connection> <developerConnection>scm:git:https://github.com/springcard/android-keyple.git</developerConnection> <url>https://github.com/springcard/android-keyple</url> </scm> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/springcard/android-keyple/actions</url> </ciManagement> <dependencies> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>4.1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jacoco</groupId> <artifactId>org.jacoco.agent</artifactId> <version>0.7.9</version> <classifier>runtime</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-android-extensions-runtime</artifactId> <version>1.4.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.4.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.eclipse.keyple</groupId> <artifactId>keyple-common-java-api</artifactId> <version>2.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.eclipse.keyple</groupId> <artifactId>keyple-plugin-java-api</artifactId> <version>2.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.eclipse.keyple</groupId> <artifactId>keyple-util-java-lib</artifactId> <version>2.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.legacy</groupId> <artifactId>legacy-support-v4</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.4.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-ktx</artifactId> <version>1.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.4.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-android</artifactId> <version>1.4.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.32</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jakewharton.timber</groupId> <artifactId>timber</artifactId> <version>4.7.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>at.favre.lib</groupId> <artifactId>slf4j-timber</artifactId> <version>1.0.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>