printing
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.qsy7.java.modules.remote.impl.plugins</groupId>
<artifactId>printing</artifactId>
<version>0.3.4</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>io.github.qsy7.java.modules.remote.impl</groupId>
<artifactId>plugins</artifactId>
<version>0.3.4</version>
</parent>
<groupId>io.github.qsy7.java.modules.remote.impl.plugins</groupId>
<artifactId>printing</artifactId>
<version>0.3.4</version>
<dependencies>
<dependency>
<groupId>io.github.qsy7.java.modules.print.api</groupId>
<artifactId>service</artifactId>
<version>0.3.4</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.print</groupId>
<artifactId>impl</artifactId>
<version>0.3.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>