
META-INF.maven.com.github.developframework.develop-toolkit-multimedia.pom.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>develop-toolkit</artifactId> <groupId>com.github.developframework</groupId> <version>1.0.6</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>develop-toolkit-multimedia</artifactId> <description>开发工具箱 - 多媒体处理</description> <dependencies> <dependency> <groupId>com.github.developframework</groupId> <artifactId>develop-toolkit-base</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.11.0</version> </dependency> <dependency> <groupId>com.drewnoakes</groupId> <artifactId>metadata-extractor</artifactId> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy