MVN

org.eclipse.keyple : keyple-android-plugin-nfc

Maven & Gradle

Dec 17, 2020
14 stars

Keyple Plugin Android Nfc · Keyple Plugin Android Nfc

<dependency>
    <groupId>org.eclipse.keyple</groupId>
    <artifactId>keyple-android-plugin-nfc</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.keyple : keyple-android-plugin-nfc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Alpha: 1.0.0-alpha-1

All Versions

Choose a version of org.eclipse.keyple : keyple-android-plugin-nfc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
keyple-android-plugin-nfc-1.0.0
keyple-android-plugin-nfc-1.0.0-alpha-1
0.9.x
keyple-android-plugin-nfc-0.9.0
keyple-android-plugin-nfc-0.9.0-alpha-2
keyple-android-plugin-nfc-0.9.0-alpha-1
0.8.x
keyple-android-plugin-nfc-0.8.1
keyple-android-plugin-nfc-0.8.0

How to add a dependency to Maven

Add the following org.eclipse.keyple : keyple-android-plugin-nfc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.keyple</groupId>
    <artifactId>keyple-android-plugin-nfc</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.keyple : keyple-android-plugin-nfc gradle dependency to your build.gradle file:

implementation 'org.eclipse.keyple:keyple-android-plugin-nfc:1.0.0'

Gradle Kotlin DSL: Add the following org.eclipse.keyple : keyple-android-plugin-nfc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.keyple:keyple-android-plugin-nfc:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.keyple : keyple-android-plugin-nfc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.keyple" % "keyple-android-plugin-nfc" % "1.0.0"

Advertisement