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