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.2.pom download
devicetypektx-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nisrulz</groupId>
  <artifactId>devicetypektx</artifactId>
  <version>1.0.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.nisrulz:devicetypektx:1.0.2'
Gradle Kotlin
implementation("com.github.nisrulz:devicetypektx:1.0.2")
Scala SBT
libraryDependencies += "com.github.nisrulz" % "devicetypektx" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nisrulz', module='devicetypektx', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.nisrulz" name="devicetypektx" rev="1.0.2" />
Leiningen
[com.github.nisrulz/devicetypektx "1.0.2"]
Apache Buildr
'com.github.nisrulz:devicetypektx:jar:1.0.2'