| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.isong0623 | 
    
| ArtifactId | ArtifactIdEasyPlaceHolder | 
    
| Version | Version1.0-androidx | 
        
| Type | Typeaar | 
    
| Description | 
            DescriptionEasyPlaceHolder 
            This is a drawable tools for view and easy to use. 
         | 
    
| Filename | Size | 
|---|---|
| EasyPlaceHolder-1.0-androidx.pom | |
| EasyPlaceHolder-1.0-androidx.aar | 10 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.isong0623/EasyPlaceHolder/ -->
<dependency>
    <groupId>com.github.isong0623</groupId>
    <artifactId>EasyPlaceHolder</artifactId>
    <version>1.0-androidx</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.isong0623/EasyPlaceHolder/
implementation 'com.github.isong0623:EasyPlaceHolder:1.0-androidx'
                // https://jarcasting.com/artifacts/com.github.isong0623/EasyPlaceHolder/
implementation ("com.github.isong0623:EasyPlaceHolder:1.0-androidx")
                'com.github.isong0623:EasyPlaceHolder:aar:1.0-androidx'
                <dependency org="com.github.isong0623" name="EasyPlaceHolder" rev="1.0-androidx">
  <artifact name="EasyPlaceHolder" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.github.isong0623', module='EasyPlaceHolder', version='1.0-androidx')
)
                libraryDependencies += "com.github.isong0623" % "EasyPlaceHolder" % "1.0-androidx"
                [com.github.isong0623/EasyPlaceHolder "1.0-androidx"]