jarvis-tool-all
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.jarvisframework</groupId>
<artifactId>jarvis-tool-all</artifactId>
<version>1.0.5.RELEASE</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.github.jarvisframework</groupId>
<artifactId>jarvis-framework-tool</artifactId>
<version>1.0.5.RELEASE</version>
</parent>
<artifactId>jarvis-tool-all</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>Jarvis框架工具类库</description>
<url>https://github.com/jarvisframework/jarvis-framework-tool</url>
<dependencies>
<dependency>
<groupId>com.github.jarvisframework</groupId>
<artifactId>jarvis-tool-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.github.jarvisframework</groupId>
<artifactId>jarvis-tool-crypto</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.github.jarvisframework</groupId>
<artifactId>jarvis-tool-email</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.github.jarvisframework</groupId>
<artifactId>jarvis-tool-extra</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.github.jarvisframework</groupId>
<artifactId>jarvis-tool-http</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.github.jarvisframework</groupId>
<artifactId>jarvis-tool-poi</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.github.jarvisframework</groupId>
<artifactId>jarvis-tool-cache</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.github.jarvisframework</groupId>
<artifactId>jarvis-tool-setting</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.github.jarvisframework</groupId>
<artifactId>jarvis-tool-log</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
</project>