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