文件下载
文件名 操作
external-1.1.12.pom 下载
external-1.1.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>no.entur.android.nfc</groupId>
  <artifactId>external</artifactId>
  <version>1.1.12</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'no.entur.android.nfc:external:1.1.12'
Gradle Kotlin
implementation("no.entur.android.nfc:external:1.1.12")
Scala SBT
libraryDependencies += "no.entur.android.nfc" % "external" % "1.1.12"
Groovy Grape
@Grapes(
  @Grab(group='no.entur.android.nfc', module='external', version='1.1.12')
)
Apache Ivy
<dependency org="no.entur.android.nfc" name="external" rev="1.1.12" />
Leiningen
[no.entur.android.nfc/external "1.1.12"]
Apache Buildr
'no.entur.android.nfc:external:jar:1.1.12'