Download v4l4j-0.9.1-r507.jar file - Jar v

Jar examples for v:v4l4j

Description

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.

You can download jar file v4l4j 0.9.1-r507 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add v4l4j-0.9.1-r507.jar to your project.

<dependency>
   <groupId>com.github.sarxos</groupId>
   <artifactId>v4l4j</artifactId>
   <version>0.9.1-r507</version>
</dependency>
compile group: 'com.github.sarxos', name: 'v4l4j', version: '0.9.1-r507'
libraryDependencies += "com.github.sarxos" % "v4l4j" % "0.9.1-r507"
<dependency org="com.github.sarxos" name="v4l4j" rev="0.9.1-r507"/>
@Grapes(@Grab(group='com.github.sarxos', module='v4l4j', version='0.9.1-r507'))
'com.github.sarxos:v4l4j:jar:0.9.1-r507'

Download

Click the following link to download the jar file.

v4l4j-0.9.1-r507-javadoc.jar
v4l4j-0.9.1-r507-sources.jar
v4l4j-0.9.1-r507.jar
v4l4j-0.9.1-r507.pom



Related Tutorials