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