| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesGUI User Interface | 
        
| GroupId | GroupIdcom.github.guilhe | 
    
| ArtifactId | ArtifactIdSharedPrefsUtils | 
    
| Last Version | Last Version1.0.4 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            DescriptionSharedPrefsUtils 
            Save and load objects from SharedPreferences in a faster and simpler way. 
         | 
    
| Filename | Size | 
|---|---|
| SharedPrefsUtils-1.0.4.pom | -1 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.guilhe/SharedPrefsUtils/ -->
<dependency>
    <groupId>com.github.guilhe</groupId>
    <artifactId>SharedPrefsUtils</artifactId>
    <version>1.0.4</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.guilhe/SharedPrefsUtils/
implementation 'com.github.guilhe:SharedPrefsUtils:1.0.4'
                // https://jarcasting.com/artifacts/com.github.guilhe/SharedPrefsUtils/
implementation ("com.github.guilhe:SharedPrefsUtils:1.0.4")
                'com.github.guilhe:SharedPrefsUtils:aar:1.0.4'
                <dependency org="com.github.guilhe" name="SharedPrefsUtils" rev="1.0.4">
  <artifact name="SharedPrefsUtils" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.github.guilhe', module='SharedPrefsUtils', version='1.0.4')
)
                libraryDependencies += "com.github.guilhe" % "SharedPrefsUtils" % "1.0.4"
                [com.github.guilhe/SharedPrefsUtils "1.0.4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |