aeon-file-processor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.aeontronix.aeonfileprocessor</groupId>
<artifactId>aeon-file-processor</artifactId>
<version>1.0.0-beta1</version>
</dependency><?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.aeontronix.maven</groupId>
<artifactId>aeontronix-oss-parent-pom</artifactId>
<version>1.0.7</version>
</parent>
<groupId>com.aeontronix.aeonfileprocessor</groupId>
<artifactId>aeon-file-processor</artifactId>
<name>Aeon File Processor</name>
<url>https://gitlab.com/aeontronix/oss/aeon-file-processor</url>
<description>File analysis and transformation library</description>
<version>1.0.0-beta1</version>
<issueManagement>
<system>Gitlab</system>
<url>https://gitlab.com/aeontronix/oss/aeon-file-processor/-/issues</url>
</issueManagement>
<scm>
<url>https://gitlab.com/aeontronix/oss/aeon-file-processor</url>
<connection>scm:git:https://gitlab.com/aeontronix/oss/aeon-file-processor.git</connection>
<developerConnection>scm:git:git@gitlab.com:aeontronix/oss/aeon-file-processor.git</developerConnection>
</scm>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.aeontronix.aeon-commons</groupId>
<artifactId>aeon-commons-xml</artifactId>
<version>2.0.0-beta10</version>
</dependency>
<dependency>
<groupId>com.aeontronix.aeon-commons</groupId>
<artifactId>aeon-commons-file</artifactId>
<version>2.0.0-beta10</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>