patty

A project that helps you to create a TCP client and server with Netty.

License

License

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

patty
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

patty
A project that helps you to create a TCP client and server with Netty.
Project URL

Project URL

https://github.com/portlek/patty
Source Code Management

Source Code Management

https://github.com/portlek/patty

Download patty

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.portlek/patty/ -->
<dependency>
    <groupId>io.github.portlek</groupId>
    <artifactId>patty</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/patty/
implementation 'io.github.portlek:patty:2.0.0'
// https://jarcasting.com/artifacts/io.github.portlek/patty/
implementation ("io.github.portlek:patty:2.0.0")
'io.github.portlek:patty:jar:2.0.0'
<dependency org="io.github.portlek" name="patty" rev="2.0.0">
  <artifact name="patty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='patty', version='2.0.0')
)
libraryDependencies += "io.github.portlek" % "patty" % "2.0.0"
[io.github.portlek/patty "2.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
io.netty : netty-all jar 4.1.52.Final

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.14
org.jetbrains : annotations jar 20.1.0

test (6)

Group / Artifact Type Version
org.cactoos : cactoos jar 0.46
org.llorllale : cactoos-matchers jar 0.21
org.mockito : mockito-core jar 3.5.13
org.mockito : mockito-inline jar 3.5.13
org.junit.jupiter : junit-jupiter jar 5.7.0
com.github.seeseemelk : MockBukkit-v1.16 jar 0.10.2

Project Modules

There are no modules declared in this project.

idea rultor

master Maven Central

How to use

<dependency>
    <groupId>io.github.portlek</groupId>
    <artifactId>patty</artifactId>
    <version>${version}</version>
</dependency>
implementation("io.github.portlek:patty:${version}")

Versions

Version
2.0.0
1.1