1 Star 0 Fork 20

youhere99/test-ffmpeg

forked from hsj-xiaokang/test-ffmpeg 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
hsj-xiaokang 提交于 2021-11-19 14:10 . URL方式视频信息
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.hsj</groupId>
<artifactId>test-ffmpeg</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>test-ffmpeg</name>
<description>test-ffmpeg</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-all-deps</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.36</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.6.Final</version>
</dependency>
</dependencies>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/youhere99/test-ffmpeg.git
[email protected]:youhere99/test-ffmpeg.git
youhere99
test-ffmpeg
test-ffmpeg
master

搜索帮助