debbie-netty
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.truthbean</groupId>
<artifactId>debbie-netty</artifactId>
<version>0.5.5-RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.truthbean</groupId>
<artifactId>debbie-netty</artifactId>
<version>0.5.5-RELEASE</version>
<name>debbie-netty</name>
<description>a java microservice project</description>
<url>http://www.truthbean.com/debbie</url>
<licenses>
<license>
<name>Mulan PSL v2</name>
<url>https://github.com/truthbean/debbie/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>truthbean</id>
<name>Rogar·Q (TruthBean)</name>
<email>truthbean@outlook.com</email>
</developer>
<developer>
<id>qu</id>
<name>璩诗斌</name>
<email>truthbean@foxmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/TruthBean/debbie.git</connection>
<developerConnection>scm:git:ssh://github.com/TruthBean/debbie.git</developerConnection>
<url>https://github.com/TruthBean/debbie</url>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/truthbean/debbie/issues</url>
</issueManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.truthbean</groupId>
<artifactId>truthbean-parent</artifactId>
<version>0.5.5-RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.truthbean</groupId>
<artifactId>debbie-server</artifactId>
<version>0.5.5-RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>4.1.98.Final</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>