| GroupId | GroupIdio.github.csdn-mobile | 
    
|---|---|
| ArtifactId | ArtifactIdroundview | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Filename | Size | 
|---|---|
| roundview-1.0.0.pom | |
| roundview-1.0.0.aar | 44 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.csdn-mobile/roundview/ -->
<dependency>
    <groupId>io.github.csdn-mobile</groupId>
    <artifactId>roundview</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/io.github.csdn-mobile/roundview/
implementation 'io.github.csdn-mobile:roundview:1.0.0'
                // https://jarcasting.com/artifacts/io.github.csdn-mobile/roundview/
implementation ("io.github.csdn-mobile:roundview:1.0.0")
                'io.github.csdn-mobile:roundview:aar:1.0.0'
                <dependency org="io.github.csdn-mobile" name="roundview" rev="1.0.0">
  <artifact name="roundview" type="aar" />
</dependency>
                @Grapes(
@Grab(group='io.github.csdn-mobile', module='roundview', version='1.0.0')
)
                libraryDependencies += "io.github.csdn-mobile" % "roundview" % "1.0.0"
                [io.github.csdn-mobile/roundview "1.0.0"]