License |
License |
---|---|
GroupId | GroupIdcom.github.axet.play |
ArtifactId | ArtifactIdlibvlc |
Version | Version2.0.6-2 |
Type | Typejar |
Description |
Descriptionlibvlc
libvlc - natives
|
Filename | Size |
---|---|
libvlc-2.0.6-2.pom | |
libvlc-2.0.6-2.jar | 212 bytes |
libvlc-2.0.6-2-sources.jar | 212 bytes |
libvlc-2.0.6-2-natives-mac-x86_64.jar | 15 MB |
libvlc-2.0.6-2-javadoc.jar | 212 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.axet.play/libvlc/ -->
<dependency>
<groupId>com.github.axet.play</groupId>
<artifactId>libvlc</artifactId>
<version>2.0.6-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.axet.play/libvlc/
implementation 'com.github.axet.play:libvlc:2.0.6-2'
// https://jarcasting.com/artifacts/com.github.axet.play/libvlc/
implementation ("com.github.axet.play:libvlc:2.0.6-2")
'com.github.axet.play:libvlc:jar:2.0.6-2'
<dependency org="com.github.axet.play" name="libvlc" rev="2.0.6-2">
<artifact name="libvlc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.axet.play', module='libvlc', version='2.0.6-2')
)
libraryDependencies += "com.github.axet.play" % "libvlc" % "2.0.6-2"
[com.github.axet.play/libvlc "2.0.6-2"]