License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.rtoshiro |
ArtifactId | ArtifactIdfullscreenvideoview |
Version | Version1.0.0 |
Type | Typeaar |
Description |
DescriptionFullscreenVideoView Library
Android library to add fullscreen feature to VideoVideo
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fullscreenvideoview-1.0.0.pom | |
fullscreenvideoview-1.0.0.aar | 7 KB |
fullscreenvideoview-1.0.0-sources.jar | 3 KB |
fullscreenvideoview-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rtoshiro/fullscreenvideoview/ -->
<dependency>
<groupId>com.github.rtoshiro</groupId>
<artifactId>fullscreenvideoview</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rtoshiro/fullscreenvideoview/
implementation 'com.github.rtoshiro:fullscreenvideoview:1.0.0'
// https://jarcasting.com/artifacts/com.github.rtoshiro/fullscreenvideoview/
implementation ("com.github.rtoshiro:fullscreenvideoview:1.0.0")
'com.github.rtoshiro:fullscreenvideoview:aar:1.0.0'
<dependency org="com.github.rtoshiro" name="fullscreenvideoview" rev="1.0.0">
<artifact name="fullscreenvideoview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.rtoshiro', module='fullscreenvideoview', version='1.0.0')
)
libraryDependencies += "com.github.rtoshiro" % "fullscreenvideoview" % "1.0.0"
[com.github.rtoshiro/fullscreenvideoview "1.0.0"]