MVN

com.github.sarxos : v4l4j

Maven & Gradle

Feb 19, 2015
4 usages
13 stars

V4L4J · This is mavenized and customized fork of V4L4J by Gilles Gigan. It contains only Java source code (no natives) and *.so objects precompiled for several architectures.

<dependency>
    <groupId>com.github.sarxos</groupId>
    <artifactId>v4l4j</artifactId>
    <version>0.9.1-r507</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sarxos : v4l4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.1-r507

All Versions

Choose a version of com.github.sarxos : v4l4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
v4l4j-0.9.1-r507

How to add a dependency to Maven

Add the following com.github.sarxos : v4l4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sarxos</groupId>
    <artifactId>v4l4j</artifactId>
    <version>0.9.1-r507</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sarxos : v4l4j gradle dependency to your build.gradle file:

implementation 'com.github.sarxos:v4l4j:0.9.1-r507'

Gradle Kotlin DSL: Add the following com.github.sarxos : v4l4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sarxos:v4l4j:0.9.1-r507")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sarxos : v4l4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sarxos" % "v4l4j" % "0.9.1-r507"

Advertisement