fastboot-tool
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.stylesmile</groupId>
<artifactId>fastboot-tool</artifactId>
<version>2.12.1</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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>io.github.stylesmile</groupId>
<artifactId>fastboot-parent</artifactId>
<version>2.12.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.stylesmile</groupId>
<artifactId>fastboot-tool</artifactId>
<version>${fastboot.version}</version>
<name>fastboot-tool</name>
<packaging>pom</packaging>
<description>tool for fastboot</description>
<url>https://github.com/stylesmile/fastboot</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>stylesmile</id>
<name>Stylesmile</name>
<email>3239866994@qq.com</email>
<roles>
<role>Project Manager</role>
<role>Architect</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
<scm>
<connection>https://github.com/stylesmile/fastboot.git</connection>
<developerConnection>scm:git:ssh://git@github.com:stylesmile/fastboot.git</developerConnection>
<url>https://github.com/stylesmile/fastboot</url>
</scm>
<modules>
<module>fastboot-aop</module>
<module>fastboot-openapi3-knife4j</module>
<module>fastboot-captcha</module>
</modules>
</project>