fastboot-web
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.stylesmile</groupId>
<artifactId>fastboot-web</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-web</artifactId>
<version>${fastboot.version}</version>
<name>fastboot-web</name>
<packaging>jar</packaging>
<description>core 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>
<properties>
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
<groupId>io.github.stylesmile</groupId>
<artifactId>fastboot-core</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>io.github.stylesmile</groupId>-->
<!-- <artifactId>fastboot-jdkhttpserver</artifactId>-->
<!-- </dependency>-->
</dependencies>
</project>