| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesScala Languages | 
        
| GroupId | GroupIdcom.github.mr746866 | 
    
| ArtifactId | ArtifactIdandroid-scalable-units | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            Descriptioncom.github.mr746866:android-scalable-units 
            Android library that provides scalable units to use in xml layouts. Simplifies the task of supporting different screen sizes. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| android-scalable-units-1.0.0.pom | -1 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.mr746866/android-scalable-units/ -->
<dependency>
    <groupId>com.github.mr746866</groupId>
    <artifactId>android-scalable-units</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.mr746866/android-scalable-units/
implementation 'com.github.mr746866:android-scalable-units:1.0.0'
                // https://jarcasting.com/artifacts/com.github.mr746866/android-scalable-units/
implementation ("com.github.mr746866:android-scalable-units:1.0.0")
                'com.github.mr746866:android-scalable-units:aar:1.0.0'
                <dependency org="com.github.mr746866" name="android-scalable-units" rev="1.0.0">
  <artifact name="android-scalable-units" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.github.mr746866', module='android-scalable-units', version='1.0.0')
)
                libraryDependencies += "com.github.mr746866" % "android-scalable-units" % "1.0.0"
                [com.github.mr746866/android-scalable-units "1.0.0"]