| GroupId | GroupIdcom.github.isong0623 | 
    
|---|---|
| ArtifactId | ArtifactIdEasyAdapter | 
    
| Version | Version1.0-androidx | 
        
| Type | Typeaar | 
    
| Filename | Size | 
|---|---|
| EasyAdapter-1.0-androidx.pom | |
| EasyAdapter-1.0-androidx.aar | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.isong0623/EasyAdapter/ -->
<dependency>
    <groupId>com.github.isong0623</groupId>
    <artifactId>EasyAdapter</artifactId>
    <version>1.0-androidx</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.isong0623/EasyAdapter/
implementation 'com.github.isong0623:EasyAdapter:1.0-androidx'
                // https://jarcasting.com/artifacts/com.github.isong0623/EasyAdapter/
implementation ("com.github.isong0623:EasyAdapter:1.0-androidx")
                'com.github.isong0623:EasyAdapter:aar:1.0-androidx'
                <dependency org="com.github.isong0623" name="EasyAdapter" rev="1.0-androidx">
  <artifact name="EasyAdapter" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.github.isong0623', module='EasyAdapter', version='1.0-androidx')
)
                libraryDependencies += "com.github.isong0623" % "EasyAdapter" % "1.0-androidx"
                [com.github.isong0623/EasyAdapter "1.0-androidx"]