| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesIDE Development Tools | 
        
| GroupId | GroupIdcom.thomashaertel | 
    
| ArtifactId | ArtifactIdandroid-device-identification | 
    
| Last Version | Last Version0.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            DescriptionAndroid-Device-Identification 
            Library for unique identification of an Android device. Provides also a backup solution 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.thomashaertel/android-device-identification/ -->
<dependency>
    <groupId>com.thomashaertel</groupId>
    <artifactId>android-device-identification</artifactId>
    <version>0.0.2</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.thomashaertel/android-device-identification/
implementation 'com.thomashaertel:android-device-identification:0.0.2'
                // https://jarcasting.com/artifacts/com.thomashaertel/android-device-identification/
implementation ("com.thomashaertel:android-device-identification:0.0.2")
                'com.thomashaertel:android-device-identification:aar:0.0.2'
                <dependency org="com.thomashaertel" name="android-device-identification" rev="0.0.2">
  <artifact name="android-device-identification" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.thomashaertel', module='android-device-identification', version='0.0.2')
)
                libraryDependencies += "com.thomashaertel" % "android-device-identification" % "0.0.2"
                [com.thomashaertel/android-device-identification "0.0.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.thomashaertel : secure-preferences | aar | 0.2.0 |