| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdcom.github.isong0623 | 
    
| ArtifactId | ArtifactIdEasyNet | 
    
| Last Version | Last Version1.0-core | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            DescriptionEasyNet 
            A more focused framework for network requests and parsing . 
         | 
    
| Filename | Size | 
|---|---|
| EasyNet-1.0-core.pom | |
| EasyNet-1.0-core.aar | 10 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.isong0623/EasyNet/ -->
<dependency>
    <groupId>com.github.isong0623</groupId>
    <artifactId>EasyNet</artifactId>
    <version>1.0-core</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.isong0623/EasyNet/
implementation 'com.github.isong0623:EasyNet:1.0-core'
                // https://jarcasting.com/artifacts/com.github.isong0623/EasyNet/
implementation ("com.github.isong0623:EasyNet:1.0-core")
                'com.github.isong0623:EasyNet:aar:1.0-core'
                <dependency org="com.github.isong0623" name="EasyNet" rev="1.0-core">
  <artifact name="EasyNet" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.github.isong0623', module='EasyNet', version='1.0-core')
)
                libraryDependencies += "com.github.isong0623" % "EasyNet" % "1.0-core"
                [com.github.isong0623/EasyNet "1.0-core"]