focus-client-http2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.dinstone.focus</groupId>
<artifactId>focus-client-http2</artifactId>
<version>1.3.0</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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.dinstone.focus</groupId>
<artifactId>focus-client</artifactId>
<version>1.3.0</version>
</parent>
<artifactId>focus-client-http2</artifactId>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>com.dinstone.focus</groupId>
<artifactId>focus-client-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.dinstone.focus</groupId>
<artifactId>focus-transport-http2</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<configuration>
<configFile>../../guide/formatter-java.xml</configFile>
</configuration>
</plugin>
</plugins>
</build>
</project>