MVN

uk.co.caprica : vlcj

Maven & Gradle

Jun 04, 2024
1.1k stars

vlcj · Java Framework for the vlc Media Player.

<dependency>
    <groupId>uk.co.caprica</groupId>
    <artifactId>vlcj</artifactId>
    <version>4.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.co.caprica : vlcj to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.8.3

All Versions

Choose a version of uk.co.caprica : vlcj to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.8.x
vlcj-4.8.3
vlcj-4.8.2
vlcj-4.8.1
vlcj-4.8.0
4.7.x
vlcj-4.7.3
vlcj-4.7.2
vlcj-4.7.1
vlcj-4.7.0
4.6.x
vlcj-4.6.0
4.5.x
vlcj-4.5.2
vlcj-4.5.1.1
vlcj-4.5.1
vlcj-4.5.0
4.4.x
vlcj-4.4.4
vlcj-4.4.3
vlcj-4.4.2
vlcj-4.4.1
vlcj-4.4.0
4.3.x
vlcj-4.3.0
4.2.x
vlcj-4.2.0
4.1.x
vlcj-4.1.0
4.0.x
vlcj-4.0.8
vlcj-4.0.7
vlcj-4.0.6
vlcj-4.0.5
vlcj-4.0.4
vlcj-4.0.3
vlcj-4.0.2
vlcj-4.0.1
vlcj-4.0.0
3.12.x
vlcj-3.12.1
vlcj-3.12.0
3.11.x
vlcj-3.11.0
3.10.x
vlcj-3.10.1
vlcj-3.10.0
3.9.x
vlcj-3.9.0
3.8.x
vlcj-3.8.0
3.7.x
vlcj-3.7.0
3.6.x
vlcj-3.6.0
3.5.x
vlcj-3.5.0
3.4.x
vlcj-3.4.0
3.3.x
vlcj-3.3.0
3.2.x
vlcj-3.2.0
3.1.x
vlcj-3.1.0
3.0.x
vlcj-3.0.1
vlcj-3.0.0
2.4.x
vlcj-2.4.1
vlcj-2.4.0
2.3.x
vlcj-2.3.1
vlcj-2.3.0
2.2.x
vlcj-2.2.0
2.1.x
vlcj-2.1.0

How to add a dependency to Maven

Add the following uk.co.caprica : vlcj maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.co.caprica</groupId>
    <artifactId>vlcj</artifactId>
    <version>4.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.co.caprica : vlcj gradle dependency to your build.gradle file:

implementation 'uk.co.caprica:vlcj:4.8.3'

Gradle Kotlin DSL: Add the following uk.co.caprica : vlcj gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.co.caprica:vlcj:4.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.co.caprica : vlcj sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.co.caprica" % "vlcj" % "4.8.3"

Advertisement