<dependency> <groupId>com.github.nisrulz</groupId> <artifactId>devicetypektx</artifactId> <version>1.0.2</version> <type>aar</type> </dependency>
implementation 'com.github.nisrulz:devicetypektx:1.0.2'
implementation("com.github.nisrulz:devicetypektx:1.0.2")
libraryDependencies += "com.github.nisrulz" % "devicetypektx" % "1.0.2"
@Grapes( @Grab(group='com.github.nisrulz', module='devicetypektx', version='1.0.2') )
<dependency org="com.github.nisrulz" name="devicetypektx" rev="1.0.2" />
[com.github.nisrulz/devicetypektx "1.0.2"]
'com.github.nisrulz:devicetypektx:jar:1.0.2'
compile
|-- org.jetbrains.kotlin:kotlin-stdlib:2.0.20