dlz.plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.chan3d</groupId>
<artifactId>dlz.plugin</artifactId>
<version>6.3.3</version>
</dependency><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>com.chan3d</groupId>
<artifactId>dlz-dependencies</artifactId>
<version>6.3.3</version>
</parent>
<artifactId>dlz.plugin</artifactId>
<name>dlz.plugin</name>
<packaging>pom</packaging>
<modules>
<!-- <module>dlz.plugin.weixin</module>-->
<!-- <module>dlz.plugin.redis</module>-->
<!-- <module>dlz.plugin.websocket</module>-->
<module>dlz.plugin.netty</module>
<module>dlz.plugin.jsons</module>
<!-- <module>dlz.plugin.socket</module>-->
<!-- <module>dlz.plugin.quartz</module>-->
<!-- <module>dlz.plugin.component</module>-->
</modules>
<dependencies>
<!-- <dependency>-->
<!-- <groupId>org.slf4j</groupId>-->
<!-- <artifactId>slf4j-api</artifactId>-->
<!-- <version>1.7.25</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.chan3d</groupId>
<artifactId>dlz.comm</artifactId>
<version>${dlz.fw.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.slf4j</groupId>-->
<!-- <artifactId>slf4j-log4j12</artifactId>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- logs -->
</dependencies>
</project>