d

devicetypektx

Android library to provide Kotlin extensions for working with specific device types.
https://github.com/nisrulz/device-type-ktx
The Apache Software License, Version 2.0
Nishant Srivastava
Files download
File Operation
devicetypektx-1.0.0.pom download
devicetypektx-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nisrulz</groupId>
  <artifactId>devicetypektx</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.nisrulz:devicetypektx:1.0.0'
Gradle Kotlin
implementation("com.github.nisrulz:devicetypektx:1.0.0")
Scala SBT
libraryDependencies += "com.github.nisrulz" % "devicetypektx" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nisrulz', module='devicetypektx', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.nisrulz" name="devicetypektx" rev="1.0.0" />
Leiningen
[com.github.nisrulz/devicetypektx "1.0.0"]
Apache Buildr
'com.github.nisrulz:devicetypektx:jar:1.0.0'