<dependency> <groupId>com.github.nisrulz</groupId> <artifactId>easydeviceinfo</artifactId> <version>1.2.1</version> <type>aar</type> </dependency>
implementation 'com.github.nisrulz:easydeviceinfo:1.2.1'
implementation("com.github.nisrulz:easydeviceinfo:1.2.1")
libraryDependencies += "com.github.nisrulz" % "easydeviceinfo" % "1.2.1"
@Grapes( @Grab(group='com.github.nisrulz', module='easydeviceinfo', version='1.2.1') )
<dependency org="com.github.nisrulz" name="easydeviceinfo" rev="1.2.1" />
[com.github.nisrulz/easydeviceinfo "1.2.1"]
'com.github.nisrulz:easydeviceinfo:jar:1.2.1'
compile
|-- com.google.android.gms:play-services-base:9.0.1