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