Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.klinkerapps |
ArtifactId | ArtifactIdsimple_videoview |
Version | Version1.1.4 |
Type | Typeaar |
Filename | Size |
---|---|
simple_videoview-1.1.4.pom | |
simple_videoview-1.1.4.aar | 21 KB |
simple_videoview-1.1.4-sources.jar | 3 KB |
simple_videoview-1.1.4-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.klinkerapps/simple_videoview/ -->
<dependency>
<groupId>com.klinkerapps</groupId>
<artifactId>simple_videoview</artifactId>
<version>1.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.klinkerapps/simple_videoview/
implementation 'com.klinkerapps:simple_videoview:1.1.4'
// https://jarcasting.com/artifacts/com.klinkerapps/simple_videoview/
implementation ("com.klinkerapps:simple_videoview:1.1.4")
'com.klinkerapps:simple_videoview:aar:1.1.4'
<dependency org="com.klinkerapps" name="simple_videoview" rev="1.1.4">
<artifact name="simple_videoview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.klinkerapps', module='simple_videoview', version='1.1.4')
)
libraryDependencies += "com.klinkerapps" % "simple_videoview" % "1.1.4"
[com.klinkerapps/simple_videoview "1.1.4"]