| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.isong0623 | 
    
| ArtifactId | ArtifactIdEasyAdapter | 
    
| Version | Version1.0-support | 
        
| Type | Typeaar | 
    
| Description | 
            DescriptionEasyAdapter 
            This is a view that is similar to the CardView of google ,but it can change the position of shadow and the shadow color of it . 
         | 
    
| Filename | Size | 
|---|---|
| EasyAdapter-1.0-support.pom | |
| EasyAdapter-1.0-support.aar | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.isong0623/EasyAdapter/ -->
<dependency>
    <groupId>com.github.isong0623</groupId>
    <artifactId>EasyAdapter</artifactId>
    <version>1.0-support</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.isong0623/EasyAdapter/
implementation 'com.github.isong0623:EasyAdapter:1.0-support'
                // https://jarcasting.com/artifacts/com.github.isong0623/EasyAdapter/
implementation ("com.github.isong0623:EasyAdapter:1.0-support")
                'com.github.isong0623:EasyAdapter:aar:1.0-support'
                <dependency org="com.github.isong0623" name="EasyAdapter" rev="1.0-support">
  <artifact name="EasyAdapter" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.github.isong0623', module='EasyAdapter', version='1.0-support')
)
                libraryDependencies += "com.github.isong0623" % "EasyAdapter" % "1.0-support"
                [com.github.isong0623/EasyAdapter "1.0-support"]