<dependency> <groupId>com.github.nisrulz</groupId> <artifactId>android-utils</artifactId> <version>1.0.1</version> <type>aar</type> </dependency>
implementation 'com.github.nisrulz:android-utils:1.0.1'
implementation("com.github.nisrulz:android-utils:1.0.1")
libraryDependencies += "com.github.nisrulz" % "android-utils" % "1.0.1"
@Grapes( @Grab(group='com.github.nisrulz', module='android-utils', version='1.0.1') )
<dependency org="com.github.nisrulz" name="android-utils" rev="1.0.1" />
[com.github.nisrulz/android-utils "1.0.1"]
'com.github.nisrulz:android-utils:jar:1.0.1'