impl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.qsy7.java.modules.file</groupId>
<artifactId>impl</artifactId>
<version>0.1.0</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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.qsy7.java.modules</groupId>
<artifactId>file</artifactId>
<version>0.1.0</version>
</parent>
<groupId>io.github.qsy7.java.modules.file</groupId>
<artifactId>impl</artifactId>
<version>0.1.0</version>
<packaging>jar</packaging>
<name>file - impl</name>
<description>file impl</description>
<dependencies>
<dependency>
<groupId>io.github.qsy7.java.infrastructure.datastore</groupId>
<artifactId>impl</artifactId>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.file.api</groupId>
<artifactId>service</artifactId>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.compression.api</groupId>
<artifactId>service</artifactId>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.compression.modules.xz</groupId>
<artifactId>impl</artifactId>
<version>0.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.encryption</groupId>
<artifactId>api</artifactId>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.encryption</groupId>
<artifactId>impl</artifactId>
<version>0.1.0</version>
<scope>runtime</scope>
</dependency>
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.infrastructure.datastore.modules</groupId>-->
<!--<artifactId>google-guice-create-criteria-builder</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.infrastructure.google-guice</groupId>-->
<!--<artifactId>core</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--</dependency>-->
<dependency>
<groupId>io.github.qsy7.java.dependencies</groupId>
<artifactId>commons-codec</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.dependencies</groupId>
<artifactId>commons-io</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
</dependencies>
</project>