GroupId | GroupIdcom.github.nisrulz |
---|---|
ArtifactId | ArtifactIdeasydeviceinfo-common |
Version | Version2.3.2 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.nisrulz/easydeviceinfo-common/ -->
<dependency>
<groupId>com.github.nisrulz</groupId>
<artifactId>easydeviceinfo-common</artifactId>
<version>2.3.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nisrulz/easydeviceinfo-common/
implementation 'com.github.nisrulz:easydeviceinfo-common:2.3.2'
// https://jarcasting.com/artifacts/com.github.nisrulz/easydeviceinfo-common/
implementation ("com.github.nisrulz:easydeviceinfo-common:2.3.2")
'com.github.nisrulz:easydeviceinfo-common:aar:2.3.2'
<dependency org="com.github.nisrulz" name="easydeviceinfo-common" rev="2.3.2">
<artifact name="easydeviceinfo-common" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nisrulz', module='easydeviceinfo-common', version='2.3.2')
)
libraryDependencies += "com.github.nisrulz" % "easydeviceinfo-common" % "2.3.2"
[com.github.nisrulz/easydeviceinfo-common "2.3.2"]