velvet-video-natives
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.zakgof</groupId>
<artifactId>velvet-video-natives</artifactId>
<version>0.2.8.free</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.zakgof</groupId>
<artifactId>velvet-video-natives</artifactId>
<version>0.2.8.free</version>
<description>Java video encoding/decoding/muxing/demuxing library native components</description>
<name>natives-free</name>
<url>https://github.com/zakgof/velvet-video-natives.git</url>
<scm>
<connection>scm:git:https://github.com/zakgof/velvet-video-natives.git</connection>
<developerConnection>scm:git:https://github.com/zakgof/velvet-video-natives.git</developerConnection>
<url>https://github.com/zakgof/velvet-video-natives</url>
</scm>
<licenses>
<license>
<name>GNU Lesser General Public License v3.0</name>
<url>https://opensource.org/licenses/LGPL-3.0</url>
</license>
</licenses>
<developers>
<developer>
<id>zakgof</id>
<name>Oleksandr Zakusylo</name>
<email>zakgof@gmail.com</email>
</developer>
</developers>
</project>