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