MVN

no.entur.android.nfc : external

Maven & Gradle

Apr 04, 2023
1 usages
17 stars

external · NFC libraries for Android

<dependency>
    <groupId>no.entur.android.nfc</groupId>
    <artifactId>external</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.entur.android.nfc : external to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of no.entur.android.nfc : external to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
external-1.1.7
external-1.1.6
external-1.1.5
external-1.1.4
external-1.1.3
external-1.1.2
external-1.1.1
external-1.1.0
1.0.x
external-1.0.11
external-1.0.10
external-1.0.9
external-1.0.7
external-1.0.4
external-1.0.3
external-1.0.2
external-1.0.1

How to add a dependency to Maven

Add the following no.entur.android.nfc : external maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.entur.android.nfc</groupId>
    <artifactId>external</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.entur.android.nfc : external gradle dependency to your build.gradle file:

implementation 'no.entur.android.nfc:external:1.1.7'

Gradle Kotlin DSL: Add the following no.entur.android.nfc : external gradle kotlin dependency to your build.gradle.kts file:

implementation("no.entur.android.nfc:external:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.entur.android.nfc : external sbt scala dependency to your build.sbt file:

libraryDependencies += "no.entur.android.nfc" % "external" % "1.1.7"

Advertisement