License |
License |
---|---|
GroupId | GroupIdcom.github.sarxos |
ArtifactId | ArtifactIdv4l4j |
Last Version | Last Version0.9.1-r507 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionV4L4J
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
v4l4j-0.9.1-r507.pom | |
v4l4j-0.9.1-r507.jar | 193 KB |
v4l4j-0.9.1-r507-sources.jar | 217 KB |
v4l4j-0.9.1-r507-javadoc.jar | 322 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sarxos/v4l4j/ -->
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>v4l4j</artifactId>
<version>0.9.1-r507</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sarxos/v4l4j/
implementation 'com.github.sarxos:v4l4j:0.9.1-r507'
// https://jarcasting.com/artifacts/com.github.sarxos/v4l4j/
implementation ("com.github.sarxos:v4l4j:0.9.1-r507")
'com.github.sarxos:v4l4j:jar:0.9.1-r507'
<dependency org="com.github.sarxos" name="v4l4j" rev="0.9.1-r507">
<artifact name="v4l4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sarxos', module='v4l4j', version='0.9.1-r507')
)
libraryDependencies += "com.github.sarxos" % "v4l4j" % "0.9.1-r507"
[com.github.sarxos/v4l4j "0.9.1-r507"]