| Categories | 
                CategoriesIDE Development Tools | 
        
|---|---|
| GroupId | GroupIdfm.jiecao | 
    
| ArtifactId | ArtifactIdjiecaovideoplayer | 
    
| Version | Version4.0_beta_1 | 
        
| Type | Typeaar | 
    
<!-- https://jarcasting.com/artifacts/fm.jiecao/jiecaovideoplayer/ -->
<dependency>
    <groupId>fm.jiecao</groupId>
    <artifactId>jiecaovideoplayer</artifactId>
    <version>4.0_beta_1</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/fm.jiecao/jiecaovideoplayer/
implementation 'fm.jiecao:jiecaovideoplayer:4.0_beta_1'
                // https://jarcasting.com/artifacts/fm.jiecao/jiecaovideoplayer/
implementation ("fm.jiecao:jiecaovideoplayer:4.0_beta_1")
                'fm.jiecao:jiecaovideoplayer:aar:4.0_beta_1'
                <dependency org="fm.jiecao" name="jiecaovideoplayer" rev="4.0_beta_1">
  <artifact name="jiecaovideoplayer" type="aar" />
</dependency>
                @Grapes(
@Grab(group='fm.jiecao', module='jiecaovideoplayer', version='4.0_beta_1')
)
                libraryDependencies += "fm.jiecao" % "jiecaovideoplayer" % "4.0_beta_1"
                [fm.jiecao/jiecaovideoplayer "4.0_beta_1"]