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