Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.thomashaertel |
ArtifactId | ArtifactIdandroid-device-identification |
Version | Version0.0.1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.thomashaertel/android-device-identification/ -->
<dependency>
<groupId>com.thomashaertel</groupId>
<artifactId>android-device-identification</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.thomashaertel/android-device-identification/
implementation 'com.thomashaertel:android-device-identification:0.0.1'
// https://jarcasting.com/artifacts/com.thomashaertel/android-device-identification/
implementation ("com.thomashaertel:android-device-identification:0.0.1")
'com.thomashaertel:android-device-identification:aar:0.0.1'
<dependency org="com.thomashaertel" name="android-device-identification" rev="0.0.1">
<artifact name="android-device-identification" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.thomashaertel', module='android-device-identification', version='0.0.1')
)
libraryDependencies += "com.thomashaertel" % "android-device-identification" % "0.0.1"
[com.thomashaertel/android-device-identification "0.0.1"]