Files download
File Operation
wrapper-utils-1.1.14.pom download
wrapper-utils-1.1.14-sources.jar download
Apache Maven
<dependency>
  <groupId>no.entur.android.nfc</groupId>
  <artifactId>wrapper-utils</artifactId>
  <version>1.1.14</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'no.entur.android.nfc:wrapper-utils:1.1.14'
Gradle Kotlin
implementation("no.entur.android.nfc:wrapper-utils:1.1.14")
Scala SBT
libraryDependencies += "no.entur.android.nfc" % "wrapper-utils" % "1.1.14"
Groovy Grape
@Grapes(
  @Grab(group='no.entur.android.nfc', module='wrapper-utils', version='1.1.14')
)
Apache Ivy
<dependency org="no.entur.android.nfc" name="wrapper-utils" rev="1.1.14" />
Leiningen
[no.entur.android.nfc/wrapper-utils "1.1.14"]
Apache Buildr
'no.entur.android.nfc:wrapper-utils:jar:1.1.14'