<dependency> <groupId>com.github.nisrulz</groupId> <artifactId>devicetypektx</artifactId> <version>1.0.0</version> <type>aar</type> </dependency>
implementation 'com.github.nisrulz:devicetypektx:1.0.0'
implementation("com.github.nisrulz:devicetypektx:1.0.0")
libraryDependencies += "com.github.nisrulz" % "devicetypektx" % "1.0.0"
@Grapes( @Grab(group='com.github.nisrulz', module='devicetypektx', version='1.0.0') )
<dependency org="com.github.nisrulz" name="devicetypektx" rev="1.0.0" />
[com.github.nisrulz/devicetypektx "1.0.0"]
'com.github.nisrulz:devicetypektx:jar:1.0.0'
compile
|-- org.jetbrains.kotlin:kotlin-stdlib:1.9.22
runtime
|-- androidx.core:core-ktx:1.12.0
|-- androidx.appcompat:appcompat:1.6.1
|-- com.google.android.material:material:1.11.0
|-- org.jetbrains.dokka:android-documentation-plugin:1.9.20