keyple-plugin-cna-famoco-se-communication-java-lib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.calypsonet.keyple</groupId> <artifactId>keyple-plugin-cna-famoco-se-communication-java-lib</artifactId> <version>2.0.2</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>org.calypsonet.keyple</groupId> <artifactId>keyple-plugin-cna-famoco-se-communication-java-lib</artifactId> <version>2.0.2</version> <packaging>aar</packaging> <name>Keyple Plugin CNA Famoco SE Communication Java Lib</name> <description>Keyple add-on to manage Famoco SE Communication readers</description> <url>https://github.com/calypsonet/keyple-plugin-cna-famoco-se-communication-java-lib</url> <organization> <name>Calypso Networks Association</name> <url>https://calypsonet.org/</url> </organization> <licenses> <license> <name>Eclipse Public License - v 2.0</name> <url>https://www.eclipse.org/legal/epl-2.0/</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Calypso Networks Association Technical Team</name> <email>support-dev@calypsonet.org</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/calypsonet/keyple-plugin-cna-famoco-se-communication-java-lib.git</connection> <developerConnection>scm:git:https://github.com/calypsonet/keyple-plugin-cna-famoco-se-communication-java-lib.git</developerConnection> <url>https://github.com/calypsonet/keyple-plugin-cna-famoco-se-communication-java-lib</url> </scm> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/calypsonet/keyple-plugin-cna-famoco-se-communication-java-lib/actions</url> </ciManagement> <dependencies> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>4.1.3</version> <scope>compile</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.1.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.1.0</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>com.arcao</groupId> <artifactId>slf4j-timber</artifactId> <version>3.1</version> <type>aar</type> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>