patty
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>patty</artifactId>
<version>2.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>io.github.portlek</groupId>
<artifactId>ppom</artifactId>
<version>1.8.16</version>
</parent>
<artifactId>patty</artifactId>
<version>2.0.0</version>
<name>patty</name>
<description>A project that helps you to create a TCP client and server with Netty.</description>
<url>https://github.com/portlek/patty</url>
<scm>
<url>https://github.com/portlek/patty</url>
<connection>scm:git:git://github.com/portlek/patty.git</connection>
<developerConnection>scm:git:ssh://github.com/portlek/patty.git</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.52.Final</version>
</dependency>
</dependencies>
</project>