GroupId | GroupIdcom.github.axet.play |
---|---|
ArtifactId | ArtifactIdlibvlc |
Version | Version2.0.5-2 |
Type | Typejar |
Filename | Size |
---|---|
libvlc-2.0.5-2.pom | |
libvlc-2.0.5-2.jar | 212 bytes |
libvlc-2.0.5-2-sources.jar | 212 bytes |
libvlc-2.0.5-2-natives-mac-x86_64.jar | 16 MB |
libvlc-2.0.5-2-natives-linux-x86_64.jar | 28 MB |
libvlc-2.0.5-2-natives-linux-x86.jar | 27 MB |
libvlc-2.0.5-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.5-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.axet.play/libvlc/
implementation 'com.github.axet.play:libvlc:2.0.5-2'
// https://jarcasting.com/artifacts/com.github.axet.play/libvlc/
implementation ("com.github.axet.play:libvlc:2.0.5-2")
'com.github.axet.play:libvlc:jar:2.0.5-2'
<dependency org="com.github.axet.play" name="libvlc" rev="2.0.5-2">
<artifact name="libvlc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.axet.play', module='libvlc', version='2.0.5-2')
)
libraryDependencies += "com.github.axet.play" % "libvlc" % "2.0.5-2"
[com.github.axet.play/libvlc "2.0.5-2"]