a

android-device-names

A small Android library to get the market name of an Android device.
https://github.com/jaredrummler/AndroidDeviceNames
Apache License
Jared Rummler
Files download
File Operation
android-device-names-2.1.1.pom download
android-device-names-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jaredrummler</groupId>
  <artifactId>android-device-names</artifactId>
  <version>2.1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.jaredrummler:android-device-names:2.1.1'
Gradle Kotlin
implementation("com.jaredrummler:android-device-names:2.1.1")
Scala SBT
libraryDependencies += "com.jaredrummler" % "android-device-names" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.jaredrummler', module='android-device-names', version='2.1.1')
)
Apache Ivy
<dependency org="com.jaredrummler" name="android-device-names" rev="2.1.1" />
Leiningen
[com.jaredrummler/android-device-names "2.1.1"]
Apache Buildr
'com.jaredrummler:android-device-names:jar:2.1.1'